aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/jquery-patch/jquery-patch.html
Commit message (Collapse)AuthorAgeFilesLines
* 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