current page number and clicked page number jqery datatables

Solutions on MaxInterview for current page number and clicked page number jqery datatables by the best coders in the world

showing results for - "current page number and clicked page number jqery datatables"
Lindsay
18 Jan 2020
1  $(document).bind('click',"div.pagination li",function(evt){
2                    var info = bill_ov_np.selected.table.fnPagingInfo();           
3  }); 
4