Bug Tracker

Modify

Ticket #28 (closed bug: fixed)

Opened 7 years ago

Last modified 6 years ago

parent() broken in 1.0a

Reported by: john Owned by:
Priority: major Milestone: 1.0
Component: core Version: 1.0
Keywords: Cc:
Blocking: Blocked by:

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

Change History

comment:1 Changed 7 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in SVN rev 121.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.