Side navigation
#4041 closed bug (worksforme)
Opened February 02, 2009 11:55AM UTC
Closed November 13, 2010 08:21PM UTC
Some selectors with meta-characters fail in jQuery 1.3.1
Reported by: | shawphy | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | selector | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In jQuery 1.3.1,elements with these 7 characters fail to match:
~ ( + [ \\ > ,
test case:
http://shawphy.com/demo/selector/jQuery-1-3-1-selector-test.html
Attachments (0)
Change History (2)
Changed February 02, 2009 05:43PM UTC by comment:1
Changed November 13, 2010 08:21PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
http://jsfiddle.net/dmethvin/hFxTa/ jQuery 1.4.4
According to the doc:
http://docs.jquery.com/Traversing/is
"If no element fits, or the expression is not valid, then the response will be 'false'."
But in this case, I have to use "try catch" because of the error.
Maybe an another bug?