jquery-ui/tests/visual
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
..
accordion Tests: Use demo bootstrap for visual tests 2015-09-30 17:55:20 +02:00
addClass Tests: Use demo bootstrap for visual tests 2015-09-30 17:55:20 +02:00
checkboxradio Checkboxradio: Address review comments 2015-10-08 14:02:57 -04:00
compound All: Remove usage of jQuery positional selectors 2020-01-22 16:44:34 +01:00
dialog All: Migrate away from deprecated/removed Core APIs 2019-12-08 22:23:08 +01:00
draggable Tests: Use demo bootstrap for visual tests 2015-09-30 17:55:20 +02:00
effects All: Remove usage of jQuery positional selectors 2020-01-22 16:44:34 +01:00
menu Tests: Use demo bootstrap for visual tests 2015-09-30 17:55:20 +02:00
position Tests: Use demo bootstrap for visual tests 2015-09-30 17:55:20 +02:00
selectmenu All: Remove usage of jQuery positional selectors 2020-01-22 16:44:34 +01:00
slider Tests: Use demo bootstrap for visual tests 2015-09-30 17:55:20 +02:00
tooltip Tooltip: Remove use of $.parseJSON() 2016-01-18 13:10:56 -05:00
index.html Tests: Removed links to tests that no longer exist 2016-05-31 09:58:51 -04:00
visual.css Theme: Change default widget font-size to 1em 2014-10-24 07:23:31 -07:00