Ticket #4471 (closed enhancement: fixed)
Accordion: changestart event not documented
| Reported by: | mikecapp | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.7.2 |
| Component: | ui.accordion | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When accordion sections contain "live" dynamic content, it's wasteful to keep hidden ones updated, but when switching you want to update the new section's content block before beginning the animation.
Something like the existing accordionchange event, but firing before any animation starts, and ideally without the buggy content properties raised as #4469
Change History
Note: See
TracTickets for help on using
tickets.


There is accordionchangestart, fired before animations start. The documentation didn't cover it, I just updated that.