javascript - Table.rows.cell[i] properties not working in chrome -


i have javascript table manipulation code not working in chrome working fine in ie8 here code

//tbl == html table var firstrow = tbl.rows[0]; c = firstrow.cells[0]; var n = c.all.length; // not working in chrome. 

any hint?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -