Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがjquerydatatableのページネーションリンクをクリックしたときにjavaスクリプト関数を呼び出したい。
どうやってやるの?
pageページが変更された後に発火するイベントを使用できます。pageデータテーブルの初期化後にイベントをバインドします。
page
$('#table_instance').dataTable({some attributes}); $('#table_instance').bind('page', function () { //call some function here });