Is there a way to display the dropdown menu shown on sitepoint by mouse click.
http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/
Currently, it shows the menu only on mouse hover.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add to this:
And make it this:
Depending on how you want it to behave (you can test, see which seems more natural), you may want this instead:
If you only want it shown on mouse click, remove the
.hoverIntent(megaConfig)part from that last example, leaving only the.click()part.