Is this a valid jquery callback function call?

前端 未结 4 514
庸人自扰
庸人自扰 2021-01-16 17:34

I executing a function like this,



        
4条回答
  •  别那么骄傲
    2021-01-16 18:09

    The callback of the pagination plugin here which I assume you are using is defined internally as

    opts.callback(current_page, containers);
    

    This is different to the signature of your callback so no it will not work the same.

提交回复
热议问题