Guest User

Untitled

a guest
May 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <script>
  2. $(document).ready(
  3. function() {
  4. $('.menu-path-node-3>a').addClass('active');
  5.  
  6. $('.menu-path-node-3>ul>li>a').hover(function() {
  7. $('.menu-path-node-3>a').addClass('active');
  8. }
  9. }
  10. );
  11. </script>
Add Comment
Please, Sign In to add comment