jQuery.escapeSelector( selector )Returns: Selector
Description: Escapes any character that has a special meaning in a CSS selector.
-
version added: 3.0jQuery.escapeSelector( selector )
- selectorType: SelectorA string containing a selector expression to escape.
-