api.jquery.com
api.jquery.com copied to clipboard
API documentation for jQuery Core
The shorthand .click / .change is missing from https://api.jquery.com/category/deprecated/ https://github.com/jquery/api.jquery.com/blob/main/entries/click.xml#L26
Similar to #970 this is the rollup of all the deprecations planned for jQuery 3.2 and 3.3 to be sure we don't miss any. We have tickets in the Core...
Trying to fix https://github.com/jquery/api.jquery.com/issues/1022
It's been deprecated in jQuery 3.0.0. Removal PR: https://github.com/jquery/jquery/pull/5017
[`outerwidth()`](https://api.jquery.com/outerwidth/) documentation currently states: > This method is not applicable to `window` and `document` objects; for these, use [`.width()`](https://api.jquery.com/width/) instead. But the [jQuery 3.0 migration guide](https://jquery.com/upgrade-guide/3.0/#breaking-change-outerwidth-or-outerheight-on-window-includes-scrollbar-width-height) states: > **Breaking change:...
Fixes gh-904
Documentation issue: scrollLeft can return a Double in Chrome (tested in Chrome 96) and Edge. Repro by changing the zoom level and scrolling horizontally. https://jsfiddle.net/d6u2sjth/4/ MDN says: "Warning: On systems...
The [jQuery docs](https://api.jquery.com/offset/#offset) state, that > While it is possible to get the coordinates of elements with visibility:hidden set, display:none is excluded from the rendering tree and thus has a...
This is regarding https://api.jquery.com/event.timeStamp/ According to the note : "Note: Due to a bug open since 2004, " I just tested it and it is still not working as described...
`.editorconfig` file taken directly from jQuery's repository.