摘要: jquery.fn = jquery.prototype = { 添加实例属性和方法, jquery: 版本, constructor: 修正指向问题 init(): 初始化 和 参数管理 selector:存储选择字符串 length: this 对象的长度 toArray(): 转数组 get( 阅读全文
posted @ 2016-07-24 18:33 暗夜幽狼 阅读(336) 评论(0) 推荐(0)
摘要: jquery中定义的变量,1、防止污染全局变量,2、自定义变量有助于压缩优化,3、有助于后期维护 rootjquery , jquery的根目录jquery(document), core_strundefined= typeof undefined, core_strundefined 存的就是s 阅读全文
posted @ 2016-07-24 11:39 暗夜幽狼 阅读(666) 评论(0) 推荐(0)