urgent!!!!!!!!!!!!!!, javascript does not work on next page

urgent!!!!!!!!!!!!!!, javascript does not work on next page

badzongolybadzongoly Posts: 2Questions: 0Answers: 0
edited February 2012 in General
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!!!!!!!!!!!

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    The top FAQ is your friend! http://datatables.net/faqs#events

    Allan
  • badzongolybadzongoly Posts: 2Questions: 0Answers: 0
    hi alan,

    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
This discussion has been closed.