Skip to main content

Bug Tracker

Side navigation

#763 closed bug (fixed)

Opened January 08, 2007 06:33PM UTC

Closed January 09, 2007 03:19PM UTC

Last modified June 20, 2007 03:10AM UTC

Parents() throws error

Reported by: mdietz@aya.yale.edu 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.

Attachments (0)
Change History (2)

Changed January 09, 2007 01:16PM UTC by anonymous co comment:1

I changed line 623 from

parents: jQuery.parents,

to

parents: "jQuery.parents(a)",

works for me.

Changed January 09, 2007 03:19PM UTC by joern comment:2

resolution: → fixed
status: newclosed

Fixed in SVN.