I'm attempting to iterate through a response from a jQuery Ajax request (returned as XML).
With that response, I'm building an HTML table with 3 columns (capable of an unlimited number of rows). Once the 4th XML node/ "company" is found, it should start a new row in the table.
Any help with the JS to determine when the new row should be added is most appreciated. Thanks!
JS example:
/* jQuery Ajax Call here */
success: function(xml){
var trow = $("
");
$(xml).find("Company").each(function(index){
var cellData = "