Javascript 总结 - 随笔
JQuery
(function (window,undefined){ var jQuery = function(selector, context){ return new jQuery.fn.init(selector,context); } jQuery.fn = jQuery.prototype = { init: function (selector, undefined){
//todo sth initialization return this: }} jQuery.fn.init.prototype = jQuery.fn; window.jQuery = window.$ = jQuery; })(window);
学徒帮-jQuery帮帮帮
欢迎更多的前端交流、Js交流、jQuery交流