Skip to main content

Bug Tracker

Side navigation

#775 closed bug (duplicate)

Opened January 10, 2007 09:51PM UTC

Closed January 10, 2007 10:16PM UTC

Last modified June 19, 2007 06:59AM UTC

bug in parents()?

Reported by: jonathanfreeman@yaho Owned by:
Priority: major Milestone: 1.1a
Component: core Version: 1.1a
Keywords: Cc:
Blocked by: Blocking:
Description

fn is not a function

map([a.toggle wms.portal], undefined)jquery.js (line 581)

(no name)("fieldset:first")jquery.js (line 635)

(no name)()jquery.togglehtml... (line 18)

handle(click clientX=0, clientY=0)jquery.js (line 1202)

[Break on this error] var val = fn(elems[i],i);


$(this).click(function() {

$(this).parents('fieldset:first').children().not("legend").toggle();

return false;

});

Works in 1.0.4

Attachments (0)
Change History (1)

Changed January 10, 2007 10:16PM UTC by joern comment:1

resolution: → duplicate
status: newclosed

Already fixed.