Click event on row 11 or page 2 not working
Click event on row 11 or page 2 not working
gman0104
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
This discussion has been closed.
Answers
See this FAQ about delegated events and the example linked in the FAQ.
Kevin