Opened 11 years ago
Closed 11 years ago
#10491 closed feature (wontfix)
fadeToggle & slideToggle should have a form taking showOrHide
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be great if there was a form of fadeToggle
, and slideToggle
which took a boolean value showOrHide
, as toggle
does.
Change History (9)
comment:1 Changed 11 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Status: | new → open |
Type: | bug → feature |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Keywords: | 1.8-discuss added |
---|---|
Milestone: | None → 1.8 |
Since we've shipped 1.7 I think this would be a 1.8 thing. Against 1.7 the PR only adds 11 bytes so it's pretty tight.
comment:9 Changed 11 years ago by
Keywords: | 1.8-discuss removed |
---|---|
Milestone: | 1.8 → None |
Resolution: | → wontfix |
Status: | open → closed |
Voted off the island.
Note: See
TracTickets for help on using
tickets.
Implemented. Pull request here:
https://github.com/jquery/jquery/pull/573