]> source.dussan.org Git - jquery.git/commit
Deprecated: Define `.hover()` using non-deprecated methods
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 22 May 2023 16:23:19 +0000 (18:23 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 22 May 2023 16:23:31 +0000 (18:23 +0200)
commit7287894f1ac2aa25796008f1e39053969690c22f
tree4e527240394a8e0cfe9f87909e02363a1735597d
parentb473729d0e6086b00ad72aa1e9f8f1d8ff159669
Deprecated: Define `.hover()` using non-deprecated methods

Make the deprecated `.hover()` method not rely on other deprecated
methods: `.mouseenter()` & `.mouseleave()`. Use `.on()` instead.

Closes gh-5251

(cherry picked from commit fd6ffc5eb2c12562f2656d2f33865448420252be)
src/deprecated/event.js