jquery-ui/tests/unit/spinner
Michał Gołębiowski-Owczarek 0c860b0d92
All: Remove usage of jQuery positional selectors
jQuery positional selectors () have been deprecated in
[jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/)
and they'll be removed in jQuery 4.0.0. This PR removes their usage.

Most of the changes were possible without changing public API. However,
dropping `:even` usage required a change to the
[`header` option](https://api.jqueryui.com/accordion/#option-header)
of the accordion widget. I made it an optional function; this will need
to be documented.

The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was
no usage of the :odd selector in the code but the `.odd()` method is also
polyfilled for completeness.

Closes gh-1904
2020-01-22 16:44:34 +01:00
..
all.html Tests: Switch to the new qunit-composite module 2015-04-07 09:03:36 -04:00
common-deprecated.js Spinner: Style updates 2015-09-11 08:29:07 -04:00
common.js Spinner: Style updates 2015-09-11 08:29:07 -04:00
core.js Spinner: Ignore mousewheel events when not focused 2017-02-21 12:45:19 -05:00
deprecated.html Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points 2015-06-03 08:37:45 -04:00
deprecated.js Spinner: Shift to use no globals 2016-04-14 00:14:57 +05:30
events.js Spinner: Shift to use no globals 2016-04-14 00:14:57 +05:30
helper.js Tests: Rename files 2015-04-09 09:27:00 -04:00
methods.js Spinner: Shift to use no globals 2016-04-14 00:14:57 +05:30
options.js All: Remove usage of jQuery positional selectors 2020-01-22 16:44:34 +01:00
spinner.html Tests: Fix AMD loading in IE8 2015-04-17 12:13:38 -04:00