Changes between Initial Version and Version 1 of Ticket #8223
- Timestamp:
- Feb 9, 2011, 10:30:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8223
-
Property
Priority
changed from
undecided
tohigh
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
unfiled
toselector
-
Property
Resolution
changed from
to
duplicate
-
Property
Priority
changed from
-
Ticket #8223 – Description
initial v1 2 2 3 3 Using a selector like this used to work fine with jQuery version 1.4.4 4 4 {{{ 5 5 $el = $('#articlemenu li a[href=/sites/xxx/yyy/public/fi/article/view/id/111/page/2]'); 6 6 }}} 7 7 In version 1.5 it causes an exception: 8 8 {{{ 9 9 Uncaught exception: Syntax error unrecognized expression: [href=/sites/xxx/yyy/public/fi/article/view/id/111/page/2] 10 10 }}} 11 11 the element to be matched is 12 12 {{{ 13 13 <a href="/sites/hairmail/hairmail/public/fi/article/view/id/111/page/2"> 14 }}}