Opened 16 years ago
Closed 16 years ago
#182 closed bug (invalid)
jQuery’s toggle(); gets mixed up with moo.fx’s toggle();
Reported by: | 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.
Change History (3)
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Component: | → ajax |
---|---|
Priority: | → blocker |
Resolution: | → invalid |
Status: | reopened → closed |
Type: | → bug |
comment:3 Changed 16 years ago by
Component: | → ajax |
---|---|
Priority: | → blocker |
Resolution: | → invalid |
Status: | reopened → closed |
Type: | → bug |
Note: See
TracTickets for help on using
tickets.
SPAM