aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Expand)AuthorAgeFilesLines
* Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - Activ...TJ VanToll2013-07-201-2/+2
* All: Remove inline JSHint settings.Scott González2013-04-221-1/+0
* Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: refr...Scott González2013-03-271-1/+1
* Accordion: Remove deprecated content property in create event. Fixes #8999 - ...Scott González2013-03-151-2/+1
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-0/+3
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-3/+0
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-0/+3
* Accordion: Add panel in addition to content for create event. Fixes #8998 - A...Scott González2013-01-221-0/+1
* Accordion: Properly set corner classes on refresh. Fixes #8995 - Accordion: C...Scott González2013-01-221-2/+2
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Allow higher cyclomatic complexity in functions that sanely use switch statem...Scott González2012-12-061-0/+1
* Accordion: Use .css() to clear the height, instead of .height().Scott González2012-11-131-1/+1
* Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - Ac...David Petersen2012-11-111-87/+126
* Accordion: Removed overflow workaround for IE6.Scott González2012-10-261-13/+1
* Accordion: Removed change and changestart events. Fixes #6841 - Accordion: Re...Scott González2012-10-251-38/+0
* Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ...Scott González2012-10-251-34/+0
* Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ...Jörn Zaefferer2012-10-241-3/+0
* Accordion: Removed deprecated activate method and expanded active option. Fix...Jörn Zaefferer2012-10-241-19/+0
* Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ic...Jörn Zaefferer2012-10-241-17/+0
* Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: Re...Jörn Zaefferer2012-10-241-32/+0
* Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ...Jörn Zaefferer2012-10-241-45/+0
* Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple col...Maciej Mroziński2012-10-231-7/+0
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-1/+1
* Accordion: Fix back-compat for active option.Scott González2012-10-211-1/+1
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all...David Petersen2012-10-181-2/+2
* Accordion: Only adjust height animations for heightStyle: content. Fix tests ...Scott González2012-10-011-2/+2
* Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ...Scott González2012-10-011-17/+23
* Updated docs URLS.Scott González2012-09-261-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-2/+1
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-3/+3
* Accordion: Update activate and beforeActivate event properties to newPanel/ol...Jörn Zaefferer2012-05-301-7/+17
* Accordion: Make sure there's always one header with tabindex=0. Fixes #8348 -...Scott González2012-05-241-9/+16
* Accordion: Coding standards.Scott González2012-05-241-4/+3
* Accordion: Use .show()/.hide() for initial panel visibility.Scott González2012-05-231-2/+5
* Accordion: Don't change corner classes on the collapsing panel's header until...Scott González2012-05-081-5/+8
* Accordion: Removed unused variables.Scott González2012-04-251-4/+2
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-2/+2
* Accordion: Fixed indentation.Scott González2012-04-221-4/+5
* Lint fixes.Scott González2012-04-021-17/+19
* A few lint fixes.Scott González2012-04-021-1/+1
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Accordion: Fixed post-init changes to event option and added tests for keyboa...Scott González2012-03-271-11/+10
* Accordion: Fixed ARIA support and added proper keyboard support.Hans Hillen2012-03-271-18/+78
* Merge branch 'accordion-cleanup'Jörn Zaefferer2012-03-181-10/+10
|\
| * Accordion: Use _bind for event option. Refactor other _bind call to go into _...Jörn Zaefferer2012-03-071-9/+10
| * Accordion: Remove disabled check in _keydown, covered by _bindJörn Zaefferer2012-03-071-2/+1
| * Accordion: Fix unbinding of accordion event option when dealing with multiple...Jörn Zaefferer2012-03-071-2/+1
| * Accordion: Use _bind for keydown handlerJörn Zaefferer2012-03-071-2/+3