Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function(){
  2.   $('#menu div').each(function(){
  3.     var that = $(this);
  4.     that[ that.children().attr( 'href' ) === hash ? 'addClass' : 'removeClass' ]( 'active' );
  5.   });
  6. });
Add Comment
Please, Sign In to add comment