Click event on row 11 or page 2 not working

Click event on row 11 or page 2 not working

gman0104gman0104 Posts: 7Questions: 3Answers: 0

Hi i have added a click event to my data table which works on page page 1 of the table but if i go to page 2 or click on any row after 10 the click does not trigger. anybody experience this behavior ?

$("#table td").click(function(){

//Code in here
});

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,269Questions: 26Answers: 4,765
    Answer ✓

    See this FAQ about delegated events and the example linked in the FAQ.

    Kevin

This discussion has been closed.