jquery / jquery-ui

The official jQuery user interface library.
https://jqueryui.com
Other
11.26k stars 5.32k forks source link

Tabs: Use `CSS.escape` for sanitizing selectors #2307

Closed mgol closed 1 month ago

mgol commented 1 month ago

The previous private _sanitizeSelector API was not correctly escaping backslashes and is now removed. The native API should always be correct.