Modify ↓
Ticket #5277 (closed bug: fixed)
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
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.

Fixed, thanks!