Guest User

Untitled

a guest
Feb 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $(document).ready(function () {
  2. $(".hamburger").click(function () {
  3. $(this).toggleClass("is-active");
  4. // $(".header__list").slideToggle(400);
  5. });
  6. });
Add Comment
Please, Sign In to add comment