I’m using a Mega Dropdown menu, when I click an option, the href tag is executed but the menu is kept open. I am forced to move the mouse away from the menu to close it. How can I close the menu after a user click or Selection. This is a menu based on pure CSS. I think I am missing some jQuery or JavaScript to take care of the event. Would you help?
I’m using a Mega Dropdown menu , when I click an option, the href
Share
Right after using your jsfiddle code I think you’ll need to use some jQuery along these lines:
This basically, sets the style of the dropdown div
.dropdown_3columnstodisplay:nonewhen the user clicks on one of the items in that dropdown.Check it working here – http://jsfiddle.net/RpfYa/