这是错了?没显示
这样写
<script type="text/javascript">
$('#test2').click(function(){
//通过包装成jQuery对象改变颜色
$(this).css('color','red');
})
</script>
有没有错 为什么没有显示呢
这样写
<script type="text/javascript">
$('#test2').click(function(){
//通过包装成jQuery对象改变颜色
$(this).css('color','red');
})
</script>
有没有错 为什么没有显示呢
2016-12-14
举报