Guest User

Untitled

a guest
Apr 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Nature & Health Conference
  2. Projects Maps
  3. Newsletters
  4. Experts
  5. Contact
  6.  
  7. $('ul.nav li.dropdown').hover(function() {
  8. $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500);
  9. }, function() {
  10. $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500);
  11. });
Add Comment
Please, Sign In to add comment