Bug Tracker

Changes between Initial Version and Version 1 of Ticket #8223


Ignore:
Timestamp:
Feb 9, 2011, 10:30:19 AM (12 years ago)
Author:
jitter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8223

    • Property Priority changed from undecided to high
    • Property Status changed from new to closed
    • Property Component changed from unfiled to selector
    • Property Resolution changed from to duplicate
  • Ticket #8223 – Description

    initial v1  
    22
    33Using a selector like this used to work fine with jQuery version 1.4.4
    4 
     4{{{
    55$el = $('#articlemenu li a[href=/sites/xxx/yyy/public/fi/article/view/id/111/page/2]');
    6 
     6}}}
    77In version 1.5 it causes an exception:
    8 
     8{{{
    99Uncaught exception: Syntax error unrecognized expression: [href=/sites/xxx/yyy/public/fi/article/view/id/111/page/2]
    10 
     10}}}
    1111the element to be matched is
    12 
     12{{{
    1313<a href="/sites/hairmail/hairmail/public/fi/article/view/id/111/page/2">
     14}}}