Hey all how can i set this up for a loop?
data.row9_1
I cant seem to do it this way:
var $theRowCount;
$theRowCount = 9;
while($theRowCount < 30){
$('#row' + $theRowCount + '_1').html(data.row + $theRowCount + '_1');
$theRowCount ++;
}
Any ideas would be great!
David
That easy. Done.