怎么让一个class用jquery变背景色
1个回答
展开全部
<button class="test">测试中文</button>
<script>
$(ducument).ready(function(){
$(".test").click(function(){
$(this).css({'background-color':'red'});
});
});
</script>
<script>
$(ducument).ready(function(){
$(".test").click(function(){
$(this).css({'background-color':'red'});
});
});
</script>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询