The CSS.escape()
static method returns a string containing the escaped string passed as parameter, mostly for use as part of a CSS selector.
The CSS.escape()
static method returns a string containing the escaped string passed as parameter, mostly for use as part of a CSS selector.
str
The string to be escaped.
The escaped string.
To escape a string for use as part of a selector, the escape()
method can be used:
The escape()
method can also be used for escaping strings, although it escapes characters that don't strictly need to be escaped:
Specification |
---|
CSS Object Model (CSSOM) # the-css.escape()-method |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
escape_static |
46 | 79 | 31 | No | 33 | 10.1 | 46 | 46 | 31 | 33 | 10.3 | 5.0 |
CSS
interface where this static method resides.
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CSS/escape_static