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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -