Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $('.header-submenu__list ul.ul-list > li').on('click',function(){
  2. $(this).children('.h-dropdown').addClass('active')
  3. })
  4.  
  5. $('.h-dropdown__prev').on('click',function(){
  6. $(this).parent('.h-dropdown').removeClass('active')
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement