jquery插件的学习可以点击这里
//首先先来一个插件 (function($){ $.fn.extent({ bigfont:function(){ return this.css(‘fontSize‘:"30px") } }) })(jQuery)
jquery.extent方法的重载,如$.each,$.ajax的功能
举个例子
2+1=?
jquery插件扩展的学习
原文:http://www.cnblogs.com/heyinwangchuan/p/6235010.html