jquery源码解析:jQuery数据缓存机制详解2
摘要:
上一课主要讲了jQuery中的缓存机制Data构造方法的源码解析,这一课主要讲jQuery是如何利用Data对象实现有关缓存机制的静态方法和实例方法的。我们接下来,来看这几个静态方法和实例方法的源码解析:data_user = new Data(); //对外使用的数据缓存对象data_priv ... 阅读全文
posted @ 2014-12-24 22:09 chaojidan 阅读(436) 评论(0) 推荐(0) 编辑