Javascript, Tables & InsertBefore
Sunday, November 26th, 2006I was trying to dynamically add rows to a table and ran into a problem with both Firefox and Internet Explorer. I had a table with a couple rows of data and there was a link to add a new row at the bottom of the table (in its own row).
The javascript simply cloned the […]