aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Accordion: Cleaned up _createIcons().Scott González2011-01-131-6/+6
* Accordion: Use event.preventDefault() instead of return false when handling k...Scott González2011-01-131-6/+2
* Accordion: call event.preventDefault() inside the _eventHandler() instead of ...Scott González2011-01-131-6/+9
* Accordion - Make sure we have an element before trying to modify the classNam...Scott González2011-01-131-1/+3
* Merge branch 'accordion-activate'Scott González2011-01-131-57/+68
|\
| * Accordion: Moved handling for programmatically collapsing the accordion out o...Scott González2011-01-131-42/+35
| * Accordion: Added note about supporting negative values for active option in 2.0.Scott González2011-01-131-1/+1
| * Accordion: Reduced valid active options to numbers and falsey. Added compatib...Scott González2011-01-131-13/+21
| * Accordion: Handle invalid values for the active option.Scott González2011-01-111-11/+22
| * Accordion: First pass at deprecating the activate method. Renamed _clickHandl...Scott González2011-01-111-12/+11
* | Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - ...Alex Dovenmuehle2011-01-121-0/+2
|/
* Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fi...Alex Dovenmuehle2011-01-111-5/+20
* Accordion: Start the accordion animation before changing classes. Fixes #6720...Scott González2011-01-111-16/+19
* All: Use .toggleClass() instead of conditionally using .addClass() and .remov...Xavi2010-12-191-2/+1
* Accordion: Move code for deprecated height options into an extension at the b...Scott González2010-12-191-30/+46
* Accordion: Don't include the height of absolute/fixed positioned siblings whe...Scott González2010-12-191-1/+7
* Accordion: Handle changes to deprecated options: autoHeight, clearStyle, fill...Scott González2010-12-191-1/+6
* Accordion: API Redesign. Made style changes and changed 'fill' implementation...Alex Dovenmuehle2010-12-171-22/+27
* Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ...Alex Dovenmuehle2010-12-161-7/+25
* Accordion: Split out navigation options into an extension. Fixes #5869 - Acco...Scott González2010-12-111-18/+36
* Accordion: Added .ui-accordion-heading class to header's first child. Fixes #...Alex Dovenmuehle2010-12-101-0/+2
* Accordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - Accor...Scott González2010-09-201-1/+2
* Accordion: minor cleanup.Scott González2010-07-271-91/+93
* Accordion: Coding standards.Scott González2010-07-221-207/+280
* Accordion: Use this.headers instead of parsing the DOM to find headers when d...Scott González2010-07-201-1/+1
* Accordion: Use .addClass() instead of .toggleClass() during init so the class...Scott González2010-07-161-1/+3
* Use .children() instead of .find() to manipulate accordion icons. Fixes #4645...jzaefferer2010-07-151-4/+4
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* Add support for multiple events, along with hoverintent demo. Fixes #3614 - A...jzaefferer2010-07-141-1/+1
* Accordion: Add disabled class to headers and panels to fix styling in IE. Fix...Scott González2010-07-141-7/+11
* Accordion: Animate padding when only showing/hiding a single panel. Fixes #55...Scott González2010-07-141-2/+2
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight resiz...Scott González2010-07-131-1/+1
* Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion he...Scott González2010-07-131-5/+18
* Accordion: Prevent the navigation filter from finding multiple elements. Fixe...Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* Removed case-sensitive .nodeName check. Scott González2010-04-271-3/+1
* Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test...jzaefferer2010-04-031-2/+2
* Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the dest...jzaefferer2010-03-271-5/+0
* Accordion: Fixed oldContent and newContent for events.Scott González2010-02-241-2/+2
* Happy New YearRichard Worth2010-01-201-1/+1