HatemJaber schrieb:
I am using the Validation plugin from http://jquery.bassistance.de/validate/demo
which is a great plugin. I just found out after browsing the docs some
more that it has the capability of dynamically adding a row of data. I
would like to know how I can remove a row of data. After several
attempts at creating a removeJoin() function, and a couple of hours of
hacking it up, I decided to join the group.

[...]
All you need to do is to remove the row you added, eg. $("tr:last").remove() to remove the last row.

Jörn

Reply via email to