使用on()方法绑定事件: $('input').on('ifChecked', function(event){ alert(event.type + ' callback'); }); ifCreated 事件应该在插件初始化之前绑定。
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/14050.html
使用on()方法绑定事件: $('input').on('ifChecked', function(event){ alert(event.type + ' callback'); }); ifCreated 事件应该在插件初始化之前绑定。
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/14050.html