Opened 16 years ago
Closed 16 years ago
#1418 closed bug (fixed)
$("//foo", this) is broken
Reported by: | skarkkai | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery code has a fast path for "foo", but it doesn't work when context node is other than documentElement. To verify, enter "div" versus " div" into http://www.woods.iki.fi/interactive-jquery-tester.html
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [2473].