aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Collapse)AuthorAgeFilesLines
* Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - ↵TJ VanToll2013-07-201-2/+2
| | | | Active header has no focus indicator
* All: Remove inline JSHint settings.Scott González2013-04-221-1/+0
|
* Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: ↵Scott González2013-03-271-1/+1
| | | | refresh() method incorrectly opens collapsed accordion.
* Accordion: Remove deprecated content property in create event. Fixes #8999 - ↵Scott González2013-03-151-2/+1
| | | | Accordion: Remove content property from create event.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-0/+3
| | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
* Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵Scott González2013-03-141-3/+0
| | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Mike Sherov2013-03-111-0/+3
| | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled
* Accordion: Add panel in addition to content for create event. Fixes #8998 - ↵Scott González2013-01-221-0/+1
| | | | Accordion: Create event uses content instead of panel.
* Accordion: Properly set corner classes on refresh. Fixes #8995 - Accordion: ↵Scott González2013-01-221-2/+2
| | | | Corner display issues.
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Allow higher cyclomatic complexity in functions that sanely use switch ↵Scott González2012-12-061-0/+1
| | | | statements.
* 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 - ↵David Petersen2012-11-111-87/+126
| | | | Accordion: ability to add/remove panels
* Accordion: Removed overflow workaround for IE6.Scott González2012-10-261-13/+1
|
* Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵Scott González2012-10-251-38/+0
| | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event.
* Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ↵Scott González2012-10-251-34/+0
| | | | option.
* Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ↵Jörn Zaefferer2012-10-241-3/+0
| | | | resize method.
* Accordion: Removed deprecated activate method and expanded active option. ↵Jörn Zaefferer2012-10-241-19/+0
| | | | Fixes #6837 - Accordion: Remove the activate method. Fixes #6853 - Accordion: Remove support for non-number/falsey values for active option.
* Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ↵Jörn Zaefferer2012-10-241-17/+0
| | | | icons.headerSelected.
* Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: ↵Jörn Zaefferer2012-10-241-32/+0
| | | | Remove navigation options.
* Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ↵Jörn Zaefferer2012-10-241-45/+0
| | | | clearStyle option. Fixes #5872 - Accordion: Remove autoHeight and fillSpace options.
* Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple ↵Maciej Mroziński2012-10-231-7/+0
| | | | collapsible Accordions won't work together.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* 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 ↵David Petersen2012-10-181-2/+2
| | | | allows panels to be collapsible.
* Accordion: Only adjust height animations for heightStyle: content. Fix tests ↵Scott González2012-10-011-2/+2
| | | | that punch .animate().
* Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ↵Scott González2012-10-011-17/+23
| | | | animation a bit jumpy in some browsers.
* 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 ↵Scott González2012-06-141-2/+1
| | | | and _off.
* 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 ↵Jörn Zaefferer2012-05-301-7/+17
| | | | newPanel/oldPanel (instead of content). Fixes #6840 and #6842
* Accordion: Make sure there's always one header with tabindex=0. Fixes #8348 ↵Scott González2012-05-241-9/+16
| | | | - Accordion: Collapsed accordion is removed from tab order.
* 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 ↵Scott González2012-05-081-5/+8
| | | | until after the animation completes. Fixed #8224 - bug: Accordion corner style applying order.
* 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
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* Accordion: Fixed post-init changes to event option and added tests for ↵Scott González2012-03-271-11/+10
| | | | keyboard support.
* 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
| | | | | | | | _setupEvents as well, simplifying unbinding a lot. Also add missing semicolon
| * 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 ↵Jörn Zaefferer2012-03-071-2/+1
| | | | | | | | multiple events. Make sure to unbind only those namespaced to .accordion
| * Accordion: Use _bind for keydown handlerJörn Zaefferer2012-03-071-2/+3
| |