magritton
8/6/2014 - 5:34 PM

JQuery for each example to iterate through an array of items

JQuery for each example to iterate through an array of items

$($sis).each(function (index) {
                            tr += $(this).text() + '<br/>';
                        });