Side navigation
#28 closed bug (fixed)
Opened July 02, 2006 04:05PM UTC
Closed July 05, 2006 02:03AM UTC
Last modified June 20, 2007 01:15AM UTC
parent() broken in 1.0a
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
With the previous version of jQuery, I was using this statement in some function:
$(this).parent().parent().trigger('click');
and it worked fine. But today when I updated the jQuery to verion 1.0a , this error satrted coming up.
Error message as seen in firefox: "d is not defined."
Line 756: f = new Function("a","return " + f);
Further this is coming from:
Line 280: var ret = jQuery.map(this.cur,"d.parentNode");
How should I modify the code to correct the error?
Thanx in advance
Avi
Attachments (0)
Change History (1)
Changed July 05, 2006 02:03AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev 121.