Bug Tracker

Modify

Ticket #5277 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

bug in doc : toggle(switch)

Reported by: Perlover Owned by:
Priority: major Milestone: 1.3.2
Component: docs Version: 1.3.2
Keywords: Cc:
Blocking: Blocked by:

Description

bug in documentation:

 http://docs.jquery.com/Effects/toggle#switch

Bad text: If the switch is true, toggle makes them hidden (using the hide method). If the switch is false, toggle makes them shown (using the show method).

Should be as i think: If the switch is false, toggle makes them hidden (using the hide method). If the switch is true, toggle makes them shown (using the show method).

Change History

comment:1 Changed 4 years ago by dmethvin

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

Fixed, thanks!

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.