View Single Post
Old 11-03-2011, 08:46 PM   PM User | #2
thesam101
New Coder

 
Join Date: Apr 2010
Location: Norfolk, England
Posts: 63
Thanks: 1
Thanked 14 Times in 14 Posts
thesam101 is an unknown quantity at this point
Hi fishbaitfood

It depends how you are dynamically creating the elements.

If you are adding them to the DOM properly, then normal value retreival methods should be fine (treat them as static entries)

However if you are just adding the HTML, via something like .innerHTML, then, well, don't
__________________
//Improvement in coding is iterative, each 'failure' is just the next step on your learning curve, some knowledge and logic can get you a long way.//
thesam101 is offline   Reply With Quote