An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.
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
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