mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
9887579b61
Avoid relying on jQuery patches. Instead: * use `CSS.escape` instead of `jQuery.escapeSelector` * use `.filter()` with a proper handler instead of `.even()` Keep `jquery-patch.js` for backwards compatibility, though. Also, add tests for jquery-patch. Ref gh-2249
28 lines
366 B
JavaScript
28 lines
366 B
JavaScript
export const suites = [
|
|
"accordion",
|
|
"autocomplete",
|
|
"button",
|
|
"checkboxradio",
|
|
"controlgroup",
|
|
"core",
|
|
"datepicker",
|
|
"dialog",
|
|
"draggable",
|
|
"droppable",
|
|
"effects",
|
|
"form-reset-mixin",
|
|
"jquery-patch",
|
|
"menu",
|
|
"position",
|
|
"progressbar",
|
|
"resizable",
|
|
"selectable",
|
|
"selectmenu",
|
|
"slider",
|
|
"sortable",
|
|
"spinner",
|
|
"tabs",
|
|
"tooltip",
|
|
"widget"
|
|
];
|