慕雪3563986
2016-11-09 10:34
$('p').click(function(){ //把p元素转化成jQuery的对象 var $this= $(this) $this.css('color','red')})
前面一个this是html dom对象, 后面的$this 是转化为了Jqurey 对象
jQuery基础 (一)—样式篇
217509 学习 · 1218 问题
相似问题
回答 6
回答 1
回答 7
回答 2