Hi,
We are getting some complaints from analysts that when they are filling out forms, sometimes the nav menu pops out unexpectedly, and it is preventing / slowing down their ability to fill out forms etc.
Also sometimes it flicks on and off continuously if you put your mouse in certain places just near the nav menu.
I have spent a few hours trying to figure out how to unbind OnMouseOver event handlers and re-bind them to OnClick, but just cant seem to figure it out
I can see the event handlers exist:
e.g.:
var dom = $(".nav_trigger")
jQuery._data(dom[0],"events")
But I cannot seem to unbind and rebind it.
Any help with this would be much appreciated.