summaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Collapse)AuthorAgeFilesLines
* task: make selectmenu easier to download/extract/use, see #172Felix Nagel2012-07-121-611/+0
|
* Protect all copyright notices against minificationJörn Zaefferer2012-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. (cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
* Updated copyright year.Scott González2012-03-191-1/+1
|
* Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵Gaëtan Muller2011-11-071-5/+5
| | | | | | calculation (cherry picked from commit 124cf3cc6c9bf182563e2fe0663cdde497700f7b)
* Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-151-0/+5
| | | | Fixed #7078 - Accordion: Set aria-selected
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Accordion - Make sure we have an element before trying to modify the ↵Scott González2011-01-131-1/+3
| | | | className. Fixes #6856 - Accordion: Opening a panel after all panels have been collapsed causes an error.
* Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - ↵Alex Dovenmuehle2011-01-121-0/+2
| | | | Accordion header margins disappear in IE 8
* Accordion: Start the accordion animation before changing classes. Fixes ↵Scott González2011-01-111-16/+19
| | | | | | #6720 - Accordion: ol numbering bug. Thanks Tony Ross.
* Accordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - ↵Scott González2010-09-201-1/+2
| | | | Accordion: 1.8.5 not fully compatible with core 1.3.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 ↵Scott González2010-07-201-1/+1
| | | | determining which panel is active. Fixes #5841 - Accordion active property inaccurate if nested accordion is present.
* Accordion: Use .addClass() instead of .toggleClass() during init so the ↵Scott González2010-07-161-1/+3
| | | | classes can be added by the user.
* Use .children() instead of .find() to manipulate accordion icons. Fixes ↵jzaefferer2010-07-151-4/+4
| | | | #4645 - Accordion should only manipulate Icons that are children of ui-accordion-header
* 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 - ↵jzaefferer2010-07-141-1/+1
| | | | Accordion: support multiple events being set at the same time
* Accordion: Add disabled class to headers and panels to fix styling in IE. ↵Scott González2010-07-141-7/+11
| | | | Fixes #5332 - Accordion: Disabled accordion doesn't look disabled in IE.
* Accordion: Animate padding when only showing/hiding a single panel. Fixes ↵Scott González2010-07-141-2/+2
| | | | #5540 - Accordion: Jumpy animation when opening a panel after closing all.
* 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 ↵Scott González2010-07-131-1/+1
| | | | resize not working.
* Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion ↵Scott González2010-07-131-5/+18
| | | | headers still show rollover when disabled.
* Accordion: Prevent the navigation filter from finding multiple elements. ↵Scott González2010-07-131-1/+1
| | | | Fixes #4889 - Navigation parameter can open multiple sections.
* 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