I noticed that there are a lot of developers who need to dynamically add a new table row to the bottom of their tables. I wrote a little javascript function that takes your jQuery selection of tables and dynamically adds a table row at the bottom of them.jQuery add table row function definition:/*
Add a new table row to the bottom of the table
*/
function addTableRow(jQtable){
Add a new table row to the bottom of the table
*/
function addTableRow(jQtable){
Comments
Post a Comment