Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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).
Note: See
TracTickets for help on using
tickets.
Fixed, thanks!