Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // Dropdown navbar menu on hover
  2. $('.dropdown-menu', this).css('margin-top', 0);
  3. $('.dropdown').hover(function () {
  4. $('.dropdown-toggle', this).trigger('click').toggleClass("disabled");
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement