[jQuery] problem with $().parent()

[jQuery] problem with $().parent()

<tt>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.
</tt><pre id="line1">Error message as seen in firefox: "d is not defined."</pre>Line 756: f = new Function("a","return " + f);
<pre id="line1">
Further this is coming from:
Line 280: var ret = jQuery.map(this.cur,"d.parentNode");
</pre>How should I modify the code to correct the error?
Thanx in advance
Avi
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/