mdbootstrap / bootstrap-hover-dropdown

An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.
http://cameronspear.com/demos/bootstrap-hover-dropdown/
MIT License
1.26k stars 503 forks source link

Different hover events #127

Closed mangust404 closed 9 years ago

mangust404 commented 9 years ago

On our site we have a big almost fullscreen-height dropdown-menu and some elements above it. Navigation on the page without this plugin https://github.com/briancherne/jquery-hoverIntent becomes very annoying. When you just want to move your mouse down you get a huge menu on the entire screen.

New eventType setting allow to use .hoverIntent() instead of default .hover() binding.

I've added an example so you can test it.

CWSpear commented 9 years ago

There is a hoverDelay option that I believe does what you're looking for. Thanks for the PR tho!