[ad_1]
I know this is probably really simple, but I haven’t been able to find an answer. I have a menu on my site that I would like submenu’s to open when the main menu item is clicked on, but not hovered over. I believe there are some plugins that can do this, but would like to know how to do this with code. Thanks in advance for any help.
[ad_2]
You can unbind the hover action with jQuery, add an on click function to your menu or menu item and show the submenu within that function.