🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@mgol
Copy link
Member

@mgol mgol commented May 15, 2023

Summary

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

Checklist

  • New tests have been added to show the fix or feature works
  • Grunt build and unit tests pass locally with these changes
  • If needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com

Make the deprecated `.hover()` method not rely on other deprecated
methods: `.mouseenter()` & `.mouseleave()`. Use `.on()` instead.
@mgol mgol self-assigned this May 15, 2023
@mgol mgol added the Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. label May 15, 2023
Copy link
Member

@timmywil timmywil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@timmywil timmywil removed Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. Needs review labels May 22, 2023
@mgol mgol added this to the 3.7.1 milestone May 22, 2023
@mgol mgol merged commit fd6ffc5 into jquery:main May 22, 2023
@mgol mgol deleted the hover-nested-deprecation branch May 22, 2023 16:23
mgol added a commit that referenced this pull request May 22, 2023
Make the deprecated `.hover()` method not rely on other deprecated
methods: `.mouseenter()` & `.mouseleave()`. Use `.on()` instead.

Closes gh-5251

(cherry picked from commit fd6ffc5)
@mgol
Copy link
Member Author

mgol commented May 22, 2023

Landed in fd6ffc5 on main & in 7287894 on 3.x-stable.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

4 participants