请问这里最后结尾为什么要加分号
请问这里最后结尾为什么要加分号 $('.target1').change(function(e) { $("#result").html(e.target.value) });
但是在focus事件那里最后却不加分号
$(".aaron ").focus(function() {
$(this).css('border', '2px solid red')
//无反应,把.arron改为input可以,因为focus不处理冒泡事件
})
2017-11-01
举报