Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with jQuery 3.5.0 #240

Closed
wants to merge 1 commit into from

Conversation

StudioMaX
Copy link
Contributor

Usages like $('<div/>') must be changed to $('<div></div>')

See the blog post:
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
and the upgrade guide for more details:
https://jquery.com/upgrade-guide/3.5/

@jsor
Copy link
Owner

jsor commented Apr 25, 2020

Thank you! I cherry-picked your patch into the 2.x branch (f73b7a8) and also merged it into master.

@jsor jsor closed this Apr 25, 2020
@StudioMaX StudioMaX deleted the jquery-3.5.0 branch April 25, 2020 15:04
@jsor
Copy link
Owner

jsor commented Apr 26, 2020

Released in v2.4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants