aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Expand)AuthorAgeFilesLines
* Protect all copyright notices against minificationJörn Zaefferer2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-191-1/+1
* Accordion: Fixed #7238 - Problem with accordion slide animation fixed width c...Gaëtan Muller2011-11-071-5/+5
* Accordion: set aria-selected to true on selected header, false on others. Fix...Richard Worth2011-03-151-0/+5
* Updated copyright year.Scott González2011-01-171-1/+1
* Accordion - Make sure we have an element before trying to modify the classNam...Scott González2011-01-131-1/+3
* Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - ...Alex Dovenmuehle2011-01-121-0/+2
* Accordion: Start the accordion animation before changing classes. Fixes #6720...Scott González2011-01-111-16/+19
* 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
* Accordion: Check for division by zero error during animation.Scott González2010-01-201-2/+3
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-21/+20
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+510