摘要: 97 jQuery.fn = jQuery.prototype = { 98 constructor: jQuery, 99 init: function( selector, context, rootjQuery ) { ... 阅读全文
posted @ 2014-06-05 13:38 思思博士 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 给jQuery做过扩展或者制作过jQuery插件的人这两个方法东西可能不陌生. jQuery.extend([deep],target,object1,,object2...[objectN]) jQuery.fn.extend([deep],target,object1... 阅读全文
posted @ 2014-06-05 08:41 思思博士 阅读(1085) 评论(3) 推荐(1) 编辑