SyntaxFix
Write A Post
Hire A Developer
Questions
Try this variation:
$(".tr_clone_add").live('click', CloneRow); function CloneRow() { $(this).closest('.tr_clone').clone().insertAfter(".tr_clone:last"); }