-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide dropdowns on mouseout? #3
Comments
im trying to do the same thing did you ever find a solution @nitrammit ? |
Sorry, mate. I had no luck. I ended up building my own CSS dropdowns instead. |
@nitrammit thanks anyways i asked @gilbitron on Twitter but i think he's got to much going on... oh well back to my search. |
add this code in the afterShow function : |
// add this code to hide sub menu when you hover the others first level anchor
//and this code to hide sub menu when you leave the ul
//that's work for me |
I used .mouseleave also it works great 👍
|
This is fixed in v1.1.0. |
I fixed in my fork too. Great job! Tyler Penney On Thu, May 8, 2014 at 8:00 AM, Gilbert Pellegrom
|
Just a heads up @gilbitron - I still had this issue using 1.1.0. @tylerpenney's fork worked. Thanks for the plugin. |
Dropdown menus don't disappear when mousing out. Was this intentional? Is there an easy way to change this?
The text was updated successfully, but these errors were encountered: