I have this sample http://jsfiddle.net/7aDak/927/ . I need to iterate through each table’s each row’s dropdown and textarea and build a string based on that . I must not use id’s . How would I do it ? Thanks in advance .
I have this sample http://jsfiddle.net/7aDak/927/ . I need to iterate through each table’s each
Share
Your code was almost set.. just needed minor fix.. See below,
DEMO: http://jsfiddle.net/7aDak/931/
or As suggested by Rune