aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/jquery-patch/all.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix titles of `jquery-patch.js` testsMichał Gołębiowski-Owczarek2024-10-251-1/+1
| | | | | The pages were erroneously titled after "Form Reset Mixin". Closes gh-2308
* All: Stop relying on jquery-patch.js internally, add testsMichał Gołębiowski-Owczarek2024-05-151-0/+26
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