Changes between Initial Version and Version 1 of Ticket #11449, comment 1
- Timestamp:
- Mar 7, 2012, 11:45:39 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11449, comment 1
initial v1 1 1 Here is a jsFiddle demonstrating the issue: http://jsfiddle.net/j84KA/ 2 3 EDIT: Looks like two backslashes solves the problem, but this isn't mentioned in the docs 4 {{{ 5 jQuery('.button[data-namespace\\:id="1"]') 6 }}}