aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Removed case-sensitive .nodeName check. Scott González2010-04-271-3/+1
| | | Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems.
* Accordion: Fixed case for tabIndex (was tabindex), fixes failing ↵jzaefferer2010-04-031-2/+2
| | | | destroy-test in IE6
* Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵jzaefferer2010-03-271-5/+0
| | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too
* Accordion: Fixed oldContent and newContent for events.Scott González2010-02-241-2/+2
| | | | Fixes #4469 - Accordion: newContent/oldContent misbehaving.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Accordion: Check for division by zero error during animation.Scott González2010-01-201-2/+3
| | | | Fixes #4382 - Accordion does not function in IE7/WinXP.
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-21/+20
| | | | menu; including menu static tests).
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+1
| | | | Fixes #5023 - Split mouse code into its own file.
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+510
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935