鼠标点击换样式事件方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了鼠标点击换样式事件方法相关的知识,希望对你有一定的参考价值。

<style type="text/css">

.aa{ width:90px; height:60px;text-align:center; vertical-align:middle; line-height:60px; margin-right:10px; font-size:19px; float:left;

background-color:#06F}

</style>

 

<body>

<div style=" width:990px; height:60px; background-color:#F0F;">
<div class="aa" style="border-bottom:2px solid #F00;">点击1</div>
<div class="aa">点击2</div>
<div class="aa">点击3</div>
<div class="aa">点击4</div>
<div class="aa">点击5</div>
</div>

</body>

 

<script type="text/javascript">
  $(document).ready(function(e)
{
      $(".aa").click(function()
    {
        $(".aa").css("color","#000");
        $(".aa").css("font-weight","400");
        $(".aa").css("border-bottom-style","solid");
        $(".aa").css("border-bottom","1px");
        $(this).css("color","red");


      $(this).css("font-weight","bold");
      $(this).css("border-bottom","2px");
      $(this).css("border-bottom-style","solid");
      $(this).css("border-bottom-color","red");
    })
});

以上是关于鼠标点击换样式事件方法的主要内容,如果未能解决你的问题,请参考以下文章

1.鼠标点击换样式+2.下拉菜单缓慢显示/隐藏样式效果

小程序点击事件改变样式(普通js鼠标点击事件)

2017-3-30DOM获取元素 点击鼠标移入移出事件 样式控制

2.1网页换肤

angular2 表格点击选中与鼠标悬浮

阻止click点击事件