aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Expand)AuthorAgeFilesLines
* Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bi...Scott González2012-02-161-160/+107
* Accordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses ...Scott González2012-02-121-30/+29
* Accordion: Moved the ui-accordion-icons class to the headers to properly styl...Scott González2012-01-311-3/+5
* Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ...Scott González2012-01-311-0/+7
* Accordion: Reset overflowX and overflowY after animations to fix overflow in ...Scott González2012-01-311-2/+12
* Accordion: Use ui-accordion-header-active class.Scott González2012-01-311-7/+6
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-5/+5
* Accordion: Fixed back-compat for icons.headerSelected when icons option is null.Scott González2011-11-161-2/+4
* Accordion: Fixed #7238 - Problem with accordion slide animation fixed width c...Gaëtan Muller2011-11-061-5/+5
* Accordion: Fixed nested accordions.Scott González2011-09-301-5/+5
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-16/+20
|\
| * Merge pull request #368 from kborchers/bug_3532_2Scott González2011-07-201-11/+13
| |\
| | * Accordion: Stop current hide animation, jump to last animation and calculate ...kborchers2011-07-201-11/+13
| * | Accordion: Fixed key handling.Scott González2011-07-121-5/+7
| |/
* | Use .attr() for boolean ARIA attributes.Scott González2011-07-121-20/+19
* | .attr() -> .prop()Scott González2011-06-081-19/+19
|/
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-1/+1
* Accordion: Added check to not allow 0 height on empty panels causing height i...kborchers2011-05-181-2/+4
* Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-251-1/+10
* Accordion: When simulating events, make sure we use DOM elements, not jQuery ...Scott González2011-04-041-1/+1
* Accordion: Pass original event in beforeActivate event.Scott González2011-04-041-1/+1
* Accordion: Added missing semicolon.Scott González2011-03-231-1/+1
* Accordion: set aria-selected to true on selected header, false on others. Fix...Richard Worth2011-03-151-0/+5
* Fixed #6979 - Several components are leaking variables into the global scopeGilmore Davidson2011-02-231-1/+1
* Accordion: Handle changing the event option. Fixes #6740 - Dynamically changi...Scott González2011-02-211-4/+13
* Accordion: Reset overflow on both content panels being animated, not just the...Scott González2011-02-081-8/+6
* Accordion: Added note about using ui-accordion-header-active class.Scott González2011-02-081-0/+1
* Accordion: Reduced some code in _toggle().Scott González2011-02-041-15/+11
* Accordion: Simplify _toggle() implementation.Scott González2011-02-041-52/+24
* Accordion: Always have _activate delegate to _eventHandler.Scott González2011-02-041-35/+10
* Accordion: First pass at cleaning up activation/event handling code.Scott González2011-02-031-70/+34
* Accordion: Cleaned up destroy and refresh methods.Scott González2011-02-031-11/+17
* Accordion: Update active option when programmatically collapsing the accordion.Scott González2011-02-031-0/+1
* Accordion: Handle negative values for active option on init.Scott González2011-02-031-0/+4
* Accordion: Properly handle collapsible: false and active: false by changing a...Scott González2011-02-031-0/+10
* Accordion: Cleanup.Scott González2011-02-021-15/+17
* Accordion: Added ui-accordion-header-icon class to generated icons in order t...Scott González2011-02-021-6/+6
* Merge branch 'master' into widget-eventsScott González2011-01-311-131/+165
|\
| * Accordion: added a comment.Scott González2011-01-311-0/+1
| * Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where...Scott González2011-01-311-6/+1
| * Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion:...Scott González2011-01-251-20/+39
| * Accordion: Renamed changestart and change events to beforeActivate and activa...Scott González2011-01-251-3/+19
| * Accordion: Test cleanup.Scott González2011-01-241-2/+2
| * Accordion: First pass at splitting out tests for deprecated functionality.Scott González2011-01-241-102/+105
* | Widget: Added _hoverable() and _focusable().Scott González2011-01-211-25/+4
|/
* Updated copyright year.Scott González2011-01-171-1/+1
* Updated widgets to use new methods from $.Widget.Scott González2011-01-151-1/+1
* Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...Scott González2011-01-141-3/+1
* Accordion: Force the width of the accordion panel during animation when anima...Scott González2011-01-141-11/+23
* Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ...Scott González2011-01-141-2/+5