Row click not working when Next is clicked

Row click not working when Next is clicked

newbee06newbee06 Posts: 17Questions: 0Answers: 0
edited February 2012 in General
Hi...

I have pagination implemented in the table.
I want to capture the row-clcik event which i am doing like this
[code]$('#oTable td').click(tableRowClicked);[/code] in my ready funciton of jquery

But this event does not render when i click on rows which lie in next pages..

Thanks in adance

Replies

  • newbee06newbee06 Posts: 17Questions: 0Answers: 0
    It got solved....
    Just added this line before creating the datatable

    Thanks
This discussion has been closed.