You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the new method jQuery.escapeSelector, for escaping strings for use in selectors. Much the same as the native CSS.escape, but replaces the null character with U+FFFD, rather than throwing an error.
See jquery/jquery#1761
Document the new method
jQuery.escapeSelector, for escaping strings for use in selectors. Much the same as the native CSS.escape, but replaces the null character with U+FFFD, rather than throwing an error.