Changes between Version 2 and Version 3 of Ticket #21106, comment 17
- Timestamp:
- 09/03/2012 08:29:23 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21106, comment 17
v2 v3 1 1 We should be able to escape the `:` when using the CSS classes in jQuery: 2 2 3 "If you wish to use any of the meta-characters ( such as `!"#$%&'()*+,./:;<=>?@[\]^`{|}~` ) as a literal part of a name, you must escape the character with two backslashes: `\ \ `." 3 {{{ 4 If you wish to use any of the meta-characters ( such as !"#$%&'()*+,./:;<=>?@[\]^`{|}~ ) 5 as a literal part of a name, you must escape the character with two backslashes: \\. 6 }}} 4 7