jQuery.makePlugin:使用构造函数轻松构建 jQuery 插件

时间:2024-07-22 11:37:33
【文件属性】:

文件名称:jQuery.makePlugin:使用构造函数轻松构建 jQuery 插件

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-22 11:37:33

JavaScript

JQuery.make插件 使用构造函数轻松构建 jQuery 插件 bower install jquery-makeplugin 如果我有一个 JavaScript 类,就像这样: var MyClass = function($container, options) { this.$container = $container; this.options = options; }; $.extend(MyClass.prototype, { $: function(selector) { // Nifty this.$() shortcut to look up queries inside just this element return this.$container.find(selector); },


【文件预览】:
jQuery.makePlugin-master
----jQuery.makePlugin.js(2KB)
----Readme.md(2KB)
----demo.html(1KB)
----bower.json(521B)

网友评论