筆記,JQUERY Plugin 寫法 Share: Facebook 日期: 2015年 7月 27日 分類: jQuery 筆記,JQUERY Plugin 寫法 (function ($){ $.fn.mytoolbox = function () { return this.each(function (index) { alert("this.innerHTML:"+this.innerHTML); }); }; })(jQuery) 『葉狂人』的怕失憶筆記, author