<script>
    $(function(){
    $("#list_zlm > a").hover(function(){
        $(this).addClass("on").siblings().removeClass("on");
    })
    })
</script>

 

相关文章:

  • 2022-02-21
  • 2021-11-10
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-12-30
  • 2022-12-23
  • 2021-12-16
相关资源
相似解决方案