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 502 forks source link

Disable click to improve ux #133

Open rubenheymans opened 9 years ago

rubenheymans commented 9 years ago

Is it possible to add an option to disable the click event on a dropdown-toggle?

This is what I have now: $('.dropdown-toggle').click(function(){ return false; });

I'm using it to prevent this from happening: When the user hovers, but also clicks, the dropdown will show for a second and immediately close again.