摘要: 1 (function(a,undefined){ 2 3 var doc = window.document, 4 loc = window.location, 5 nav = window.navigator; 6 7 var jQuery = function(selector){ 8 return new jQuery.fn.init(selector); 9 }10 11 jQuery.fn = jQuery.prototype = {12 constructor: jQuery,... 阅读全文
posted @ 2012-09-10 19:05 @电动小马达 阅读(152) 评论(0) 推荐(0)