jquery datatables pages number code example
Example: current page number and clicked page number jqery datatables
$(document).bind('click',"div.pagination li",function(evt){
var info = bill_ov_np.selected.table.fnPagingInfo();
});