How To Hook the jQuery DataTables Page Size Event
![Calendar](https://www.ericmichaelstone.com/wp-content/themes/me3/images/calendar.png)
1 2 3 |
$('.dataTables_length select').live('change', function(){ alert(this.value); }); |
1 2 3 |
$('.dataTables_length select').live('change', function(){ alert(this.value); }); |
Categories: How-To's, Technology Tags: Callback, DataTables, Event, Hook, howto, JQuery, Page, Page size, Pagination, Show, tips
|
No comments
Copyright © 2005-2025 Eric Michael Stone | Random Thoughts, Whims and Fancies…. Powered by WordPress