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

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -