Skip to main content

Bug Tracker

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 shawphy comment:1

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?

Changed November 13, 2010 08:21PM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed