-
Notifications
You must be signed in to change notification settings - Fork 264
Upgrade examples to jQuery 3 #982
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
Milestone
Comments
Note that the jQuery used by examples is a different one to the one used by our sites; the latter is managed globally in the |
The issue about upgrading jQuery on our sites is here: jquery/jquery-wp-content#400 |
mgol
added a commit
to mgol/api.jquery.com
that referenced
this issue
Sep 2, 2019
…recated examples The upgrade is necessary to be able to write examples for newer APIs. Examples for removed APIs have been removed as they'd no longer work. Fixes jquerygh-982
mgol
added a commit
to mgol/api.jquery.com
that referenced
this issue
Sep 2, 2019
…recated examples The upgrade is necessary to be able to write examples for newer APIs. Examples for removed APIs have been removed as they'd no longer work. Fixes jquerygh-982
mgol
added a commit
to mgol/api.jquery.com
that referenced
this issue
Sep 2, 2019
…recated examples The upgrade is necessary to be able to write examples for newer APIs. Examples for removed APIs have been removed as they'd no longer work. Fixes jquerygh-982
PR: #1148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently our examples use the really, really old jQuery 1.10.2 (it's over 3 years old). We should update them to jQuery 3 (currently 3.1.0). This means we will have to remove examples using removed APIs but I think we should do that anyway; such entries should be short and mostly focus on what to switch to, we shouldn't making it easier for people to use deprecated APIs.
The jQuery used in examples is included here: https://github.com/jquery/api.jquery.com/blob/a6f6b37/entries2html.xsl#L15.
The text was updated successfully, but these errors were encountered: