Ticket #8049 (closed bug: fixed)
toggleClass documentation
| Reported by: | guettli | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.effects.core | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
toggleClass supports a "switch" like jquery. But this is not documented.
jquery-ui docs:
http://jqueryui.com/demos/toggleClass/
jquery: http://api.jquery.com/toggleClass/
Example usage: highlight, if input contains a value: $(this).toggleClass('highlight-input', Boolean($(this).val()), "slow");
Change History
Note: See
TracTickets for help on using
tickets.

