Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript unbind event when browser width is bellow 990px Reply To: unbind event when browser width is bellow 990px

#157530
Anonymous
Inactive

It looks like its working but as i mentioned the previous fadeToggle event is triggered when hovering over the nav in mobile view. That event is for desktop view, (when browser is above 990px).

So to simplify thing what i need to do is somehow disable the .hover or fadeToggle event when the brwoser is bellow 990 and re-enable it when above 990 without refreshing.

So what its doing now is blinking. It cant make up its mind wether to hide or show the drop menu when hovering