jQuery插件机制
代码如下:
$.extend({toast: toast}); $.extend({alert: alert}); $.extend({confirm: confirm}); $.extend({modal: modal}); // $.modal($('.test'), show) 方式 $.fn.modal = function(show){ // $('.test').modal(show) 方式 modal(this, show); };
有两种方式增加插件
网站:http://shibowl.top
github:https://github.com/hanbinjxnc
博客园:https://www.cnblogs.com/hool
博客:https://blog.shibowl.top
淘宝店:https://boxunwl.taobao.com/
作者:世博 2019年4月28日----
github:https://github.com/hanbinjxnc
博客园:https://www.cnblogs.com/hool
博客:https://blog.shibowl.top
淘宝店:https://boxunwl.taobao.com/
作者:世博 2019年4月28日----