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

Replace deprecated .hover() and .blur() with mouseenter/mouseleave and .trigger('blur') respectively #166

Closed alexsommers7 closed 1 year ago

alexsommers7 commented 2 years ago

As of JQuery 3.6.0, the following are deprecated:

Hover: https://github.com/jquery/jquery-migrate/blob/main/warnings.md#pre-on-methods-jqmigrate-jqueryfnhover-is-deprecated

Blur: https://github.com/jquery/jquery-migrate/blob/main/warnings.md#shorthand-deprecated-v3-jqmigrate-jqueryfnclick-event-shorthand-is-deprecated