我在仰望,java之上
(function($){
$.fn.yourName = function(options){
//各種屬性、參數(shù)
}
var options = $.extend(defaults, options);
this.each(function(){
//插件實(shí)現(xiàn)代碼
});
};
})(jQuery);參考文章:http://www.cnblogs.com/JustinYoung/archive/2010/03/30/jquery-chajian.html
posted on 2011-12-13 15:32 GavinMiao 閱讀(307) 評(píng)論(0) 編輯 收藏 所屬分類: jquery
Powered by: BlogJava Copyright © GavinMiao