这里把this改为 $('#test2')为什么不行?
$('#test2').click(function(){
//通过包装成jQuery对象改变颜色
$(this).css('color','blue'); //这里把this改为 "$('#test2')"为什么不行?
})
$('#test2').click(function(){
//通过包装成jQuery对象改变颜色
$(this).css('color','blue'); //这里把this改为 "$('#test2')"为什么不行?
})
2018-06-10
举报