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
Post a Comment