Hi,
I changed the action on mouseenter to click, if someone want change action to onclick, just edit the file in mega.class.php in
plugins/system/jat3/jat3/core/menu
Change this line
action: 'mouseenter'
to this
action: 'click',
But I would like to insert delay on mouseenter
how do I get the slide to appear megamenu just overlap your mouse over the link for a few seconds
how to insert delay in mouseenter show menu. Only if you stay with mouse cursor for 2 seconds on the button the submenu appears.
Because the menu appears only to quickly override the mouse over the link is bothering the users.
:((