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