随笔分类 -  jquery

摘要:jQuery的内核; (function( window, undefined ) { //这就是jQuery的原型 var jQuery = function( selector, context ) { return new jQuery.fn.init( selector, context ) 阅读全文
posted @ 2016-12-19 23:43 Jin_c 阅读(233) 评论(0) 推荐(0)