jQuery插件-jquery实战培训ppt

5、jQuery插件5.1编写自己的插件实战案例: ;(function($){ $.fn.extend({ "color":function(value){ if (value ==undefined){ return this.css("color"); } else { return this.css("color",value); } } }); })(jQuery);
ppt 文件大小:1017.5KB