How To Hook the jQuery DataTables Page Size Event
erics, Posted May 23rd, 2012 at 5:58:31pm
1 2 3 |
$('.dataTables_length select').live('change', function(){ alert(this.value); }); |
Leave Your Comment
All fields marked with "*" are required.