#6493 closed bug (duplicate)
Attribute Starts With Selector and Attribute Contains Selector does not work with escaped meta-characters in find()
Reported by: | rockitbaby | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | selector | Version: | 1.4.2 |
Keywords: | find selector | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
The Attribute Starts With Selector [name=value] and Attribute Contains Selector [name*=value] does not return any elements when used in the find() function and the value contains escaped meta-characters.
$('a[href^=\\#]').size() != $('body').find('a[href^=\\#]').size();
Test file is attached.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | attributes-starts-with-find-test.html added |
---|
comment:1 Changed 13 years ago by
I have found the same problem. I need a fix for this ASAP. Thanks.
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Priority: | → undecided |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Test