Bug Tracker

Changes between Initial Version and Version 1 of Ticket #11449, comment 1


Ignore:
Timestamp:
Mar 7, 2012, 11:45:39 AM (11 years ago)
Author:
mark.andrus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11449, comment 1

    initial v1  
    11Here is a jsFiddle demonstrating the issue: http://jsfiddle.net/j84KA/
     2
     3EDIT: Looks like two backslashes solves the problem, but this isn't mentioned in the docs
     4{{{
     5jQuery('.button[data-namespace\\:id="1"]')
     6}}}