Skip to main content

Bug Tracker

Side navigation

#182 closed bug (invalid)

Opened September 05, 2006 07:50PM UTC

Closed November 10, 2006 07:42AM UTC

jQuery’s toggle(); gets mixed up with moo.fx’s toggle();

Reported by: gerrit@praegnanz.de Owned by:
Priority: undecided Milestone:
Component: ajax Version:
Keywords: toggle moo.fx Cc: ""
Blocked by: Blocking:
Description

Toggling seems a bit buggy when you combine it with effects.

$(".myElement h2").toggle();

(Works like a charm)

$(".myElement h2").toggle("slow");

(Works not like a charm, because toggle(); relates to a different groups of elements here.)

It seems like there a two different toggles(); here.

Attachments (0)
Change History (3)

Changed September 26, 2006 02:38AM UTC by john comment:1

resolution: → invalid
status: newclosed

Changed October 27, 2006 08:10AM UTC by anonymous comment:2

component: → ajax
priority: → blocker
resolution: → invalid
status: reopenedclosed
type: → bug

Changed November 10, 2006 07:42AM UTC by anonymous comment:3

component: → ajax
priority: → blocker
resolution: → invalid
status: reopenedclosed
type: → bug

SPAM