Skip to content

Instantly share code, notes, and snippets.

@Ataurr
Last active December 19, 2016 07:24
Show Gist options
  • Save Ataurr/bed52282a2d17d69f267079e6f5b2d9d to your computer and use it in GitHub Desktop.
Save Ataurr/bed52282a2d17d69f267079e6f5b2d9d to your computer and use it in GitHub Desktop.
I have found this issue occured from this line no 223
`$(this).closest("li.dropdown").find(".dropdown-menu").first().stop().fadeToggle().toggleClass(getIn);`
if remove this `.toggleClass(getIn)` this dropdown-menu class remain on there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment