问答详情
源自:2-15 jQuery选择器之特殊选择器this
$(this)在JQuery中,有括号是什么意思呢?是html元素必须用括号括起来吗?可以详细讲解一下吗?感谢
$(this)和$this区别,还有$( )
提问者:慕斯6055237
2018-10-23 03:42
个回答
isSmallFish
2018-10-25 11:32:34
已采纳
$()表示是jqery函数 $this 前面加个$表示jqery对象 $(this) 表示jqery的this函数
1
coder_monkey
2018-10-24 12:12:52
jq和js之前的对象转换
0