Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35588

Event OnClick onl;y effect on 1st page

$
0
0

Hi All, I got the problem 'Event OnClick onl;y effect on 1st page'.So please help me a solution to fix it.This is may code.

$('#currency_ratio td#delete').on("click", "td", function(){ var nRow = $(this).closest("tr").get(0); var aData = oTable.fnGetData(nRow); var id = aData[0]; alert(id); });

Thanks, Loi


Viewing all articles
Browse latest Browse all 35588

Trending Articles