为了账号安全,请及时绑定邮箱和手机立即绑定

var $this= $(this) 前面那个$this 代表什么? 后面$(this)代表是$('p')的内容吗?

$('p').click(function(){
   //把p元素转化成jQuery的对象
   var $this= $(this)
   $this.css('color','red')
})

正在回答

2 回答

前面一个this是html dom对象, 后面的$this 是转化为了Jqurey 对象

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

var $this= $(this) 前面那个$this 代表什么? 后面$(this)代表是$('p')的内容吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信