datatables jquery click event not working after pagination

后端 未结 6 1073
轮回少年
轮回少年 2020-12-17 08:50

I am using http://datatables.net/


I trigger ajax call

6条回答
  •  一生所求
    2020-12-17 09:30

    $(document).on("click",".activeAccount",function(e){
     // your code goes here
    });
    

提交回复
热议问题