Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #21106, comment 17


Ignore:
Timestamp:
09/03/2012 08:29:23 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21106, comment 17

    v2 v3  
    11We should be able to escape the `:` when using the CSS classes in jQuery:
    22
    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{{{
     4If you wish to use any of the meta-characters ( such as !"#$%&'()*+,./:;<=>?@[\]^`{|}~ )
     5as a literal part of a name, you must escape the character with two backslashes: \\.
     6}}}
    47