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);
1017.5KB
文件大小:
评论区