InputAssociate-V2:输入联想控件V2

时间:2024-05-20 12:56:30
【文件属性】:

文件名称:InputAssociate-V2:输入联想控件V2

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-20 12:56:30

JavaScript

InputAssociate-V2 输入联想控件版本2 本次将控件改写成单例模式,模式如下: $.tabControl = $.tabControl || {}; $.extend($.tabControl,{ prop1:”abc”,//注意此处为单例类实例 init:function($self,options){ alert(this.prop1);//this是tabControl类实例,$self为控件本身 } }); $.fn.tab = function(options) { if (typeof options == 'string') { var fn = $.tabControl[options]; if (!fn) { throw ("tabControl - No such method: " + options); } var args = $.makeArray


【文件预览】:
InputAssociate-V2-master
----.gitignore(574B)
----lookup.js(19KB)
----README.md(923B)
----.gitattributes(378B)

网友评论