Bug Tracker

Modify

Ticket #182 (closed bug: invalid)

Opened 7 years ago

Last modified 7 years ago

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

comment:1 Changed 7 years ago by john

  • Status changed from new to closed
  • Resolution set to invalid

comment:2 Changed 7 years ago by anonymous

  • Priority set to blocker
  • Resolution set to invalid
  • Status changed from reopened to closed
  • Component set to ajax
  • Type set to bug

comment:3 Changed 7 years ago by anonymous

  • Priority set to blocker
  • Resolution set to invalid
  • Status changed from reopened to closed
  • Component set to ajax
  • Type set to bug

SPAM

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.