Modify ↓
Ticket #182 (closed bug: invalid)
jQuery’s toggle(); gets mixed up with moo.fx’s toggle();
| Reported by: | gerrit@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | toggle moo.fx | Cc: | "" |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
