Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#763 closed bug (fixed)

Parents() throws error

Reported by: mdietz@… Owned by:
Priority: major Milestone:
Component: core Version: 1.1a
Keywords: parents Cc:
Blocked by: Blocking:

Description

Calling parents(), with or without an expression argument, throws an exception: "fn is not a function," at jquery.js line 1616.

Change History (2)

comment:1 Changed 17 years ago by anonymous co

I changed line 623 from

parents: jQuery.parents,

to

parents: "jQuery.parents(a)",

works for me.

comment:2 Changed 17 years ago by joern

Resolution: fixed
Status: newclosed

Fixed in SVN.

Note: See TracTickets for help on using tickets.