Changes between Version 1 and Version 2 of Ticket #21106, comment 17
- Timestamp:
- 09/03/2012 08:26:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21106, comment 17
v1 v2 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 "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: `\ \ `." 4 4