随笔分类 - jQuery源码分析
摘要:回顾有了之前的几篇对于jQuery.attributes相关的研究,是时候分析jQuery.attr的源码了Javascript中的attribute和property分析attribute和property兼容性分析jQuery.access源码分析结构jQuery.fn.extend({ ...
阅读全文
摘要:基本理解jQuery.attr是jQuery.attr,jQuery.prop,jQuery.css提供底层支持,jQuery里一个比较有特色的地方就是函数的重载, 比如attr,有如下几种重载$('#box').attr('title')$('#box').attr('title','标题')$(...
阅读全文