Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(".header__nav-link").click(function(e) {
  2. e.preventDefault();
  3. $(".header__nav-link").removeClass('header__nav-active');
  4. $(this).addClass('header__nav-active');
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement