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.
I changed line 623 from
parents: jQuery.parents,
to
parents: "jQuery.parents(a)",
works for me.