-
Notifications
You must be signed in to change notification settings - Fork 197
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
Click Main Option to Open #30
Comments
Does anyone review the items out here anymore? |
Well I don't know if this is a good way to do this or not, but I changed the following in line 752 of the js file.
To:
This seems to have worked but not sure if there is another way to do this that won't equal modifying the mouseover event. |
This would be fixed by #27 |
Thanks for the response. I did the same eventually. I just figured there would be a better way. |
I'm trying to do the same. I followed austinstudio's suggestion above and that opens the menu on first click, but I need it to close when the user clicks it again. Suggestions? |
There might be another place where the close event is called that needs to also be changed. |
Any luck solving this @tactics2? I'm having the same issue. |
Is there a way I can make it so you have to click or press enter/space to get the first level of the menu to open? I don't want it to happen on hover of the mouse. Most menu scripts I have seen have some parameters that can be set through JavaScript but I can't find any API with this one that does this.
Thank you in advance.
The text was updated successfully, but these errors were encountered: