• La la la la
  • Me oh me me
  • Oh Oh oh oh
  • Oh oh oh
  • La la la la
  • Me oh me me
  • Oh Oh oh oh
  • Oh oh oh
  • Home  >  Article  >  Web Front-end  >  Example code of underline animation in js

    Example code of underline animation in js

    零下一度
    零下一度Original
    2017-06-26 11:56:011548browse


       
    • 啦啦啦啦

    •  
    • 我哦我我

    •  
    • 哦哦哦哦

    •  
    • 噢噢噢噢

    •  
    • 雅黑雅黑

     

    使用伪类 css

    初始化 第一个

    <script><br><br>    $(".ddd .solid").hover( function(event){</p> <p>$(".solid.active").addClass('dis');</p> <p>}, function(event){</p> <p>$(".solid.active").removeClass('dis');<br><br>    } );<br><br>    </script>

    The above is the detailed content of Example code of underline animation in js. For more information, please follow other related articles on the PHP Chinese website!

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Previous article:gulpNext article:gulp