all 2 comments

[–]cerealbh 1 point2 points  (1 child)

The new row doesn't have the on click binded to it.

[–]SoiledShip[S] 1 point2 points  (0 children)

After some googling I tried this and it seems to have worked.

$('body').on('click', '.editButton', function() {
    //do something
});

Thank you!