I am learning jquery and currently playing with jsfiddle. To start with , i have watched basic vidoes on pluralsight and AppendTo.
If you take a look at this http://jsfiddle.net/bmNKU/7/ , I am trying to get a list of values from a particular column( in this case a list of email Ids).
I have managed to get the loop but it shows values of all rows and cols…the final output i want is the list of all email ID in all rows from EmailID column. i.e, abc@gmail.com,xyz@gmail.com etc…there can be any number of rows.
Here’s a version that creates a new unordered list using your markup. Should use td instead of th
http://jsfiddle.net/bmNKU/14/