urgent!!!!!!!!!!!!!!, javascript does not work on next page
urgent!!!!!!!!!!!!!!, javascript does not work on next page
badzongoly
Posts: 2Questions: 0Answers: 0
hi all,
i have a javascript function which executes when an edit link is clicked in the datatable.
I however observed that links that are not on the first page isn't working properly, thus the javascript doesn't work.
please help if you can, it's urgent!!!!!!!!!!!
i have a javascript function which executes when an edit link is clicked in the datatable.
I however observed that links that are not on the first page isn't working properly, thus the javascript doesn't work.
please help if you can, it's urgent!!!!!!!!!!!
This discussion has been closed.
Replies
Allan
thanks for the assistance but am still having a difficulty here. take a look at my code:
$(document).ready(function() {
oTable = $('#example').dataTable({
"bJQueryUI" : true,
"sPaginationType" : "full_numbers",
"iDisplayLength": 5
});
users.bindResetListeners();
});
how do i make users.bindResetListeners(); execute on the other pages of the paginated list