#775 closed bug (duplicate)
bug in parents()?
Reported by: | 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
Note: See
TracTickets for help on using
tickets.
Already fixed.