本文主要介绍的是jQuery2和jQuery3的init函数的区别
首先来看一下$('xxx')的输出
Paste_Image.png
很明显jQuery3比jQuery2少了content和selector
OK:既然是你自己的选择的元素,就不需要再暴露一次.
接下来,对比一下源码
- 取字符串方法:
[]和charAt()
区别请戳这里
Paste_Image.png
- 省去了
content和selector
Paste_Image.png
本文主要介绍的是jQuery2和jQuery3的init函数的区别
Paste_Image.png
很明显jQuery3比jQuery2少了content和selector
OK:既然是你自己的选择的元素,就不需要再暴露一次.
[]和charAt()
Paste_Image.png
content和selector
Paste_Image.png
本文标题:jQuery的init设计哲学
本文链接:https://www.haomeiwen.com/subject/xdylettx.html
网友评论