Side navigation
#148 closed bug (fixed)
Opened August 28, 2006 06:46PM UTC
Closed August 31, 2006 05:17AM UTC
Last modified June 21, 2007 04:39AM UTC
XPath query with context node doesn't work anymore.
Reported by: | ieure | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've been doing this with jQuery SVN and 1.0a:
$('../../..', this);
To get the great-grandparent of the current node. It doesn't work in jQuery 1.0; I get this error in my JS console:
Error: m has no properties
Source File: http://my.site.com/javascript/jQuery.js
Line: 691
$(this).parent().parent().parent(); works, but is overly verbose.
Attachments (0)
Change History (1)
Changed August 31, 2006 05:17AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev 244.