aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.accordion.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Accordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: ↵Scott González2012-03-141-5/+3
| | | | | | | | Remove ui-accordion-disabled class.
* | Updated copyright year.Scott González2012-03-081-1/+1
| |
* | Accordion: Added missing semicolon.Scott González2012-03-071-1/+1
|/
* Accordion: Code review.Scott González2012-03-021-9/+13
|
* Update data naming for Accordion. Partial fix for #7810Jörn Zaefferer2012-03-011-3/+3
|
* Accordion: Removed requirement for headers contain a child (and removed ↵Scott González2012-02-271-9/+0
| | | | associated ui-accordion-heading class).
* Accordion: Reset height prior to calculations on refresh.Scott González2012-02-261-0/+2
|
* Accordion: Don't toggle icons if the accordion doesn't have icons.Scott González2012-02-261-4/+10
|
* Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a ↵Scott González2012-02-161-160/+107
| | | | bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed.
* Accordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses ↵Scott González2012-02-121-30/+29
| | | | of 'var self = this;'
* Accordion: Moved the ui-accordion-icons class to the headers to properly ↵Scott González2012-01-311-3/+5
| | | | style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion.
* Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ↵Scott González2012-01-311-0/+7
| | | | Provide header and content details in create event.
* Accordion: Reset overflowX and overflowY after animations to fix overflow in ↵Scott González2012-01-311-2/+12
| | | | Opera <11.6. Fixes #6971 - Accordion animation bug in Opera 11.01 with jQuery 1.4.3+.
* Accordion: Use ui-accordion-header-active class.Scott González2012-01-311-7/+6
|
* Widget: Remove method argument from _super and _superApply. Was a left-over ↵Jörn Zaefferer2011-11-181-5/+5
| | | | from first implementation, not necessary anymore.
* Accordion: Fixed back-compat for icons.headerSelected when icons option is null.Scott González2011-11-161-2/+4
|
* Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵Gaëtan Muller2011-11-061-5/+5
| | | | calculation
* Accordion: Fixed nested accordions.Scott González2011-09-301-5/+5
|
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-16/+20
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Merge pull request #368 from kborchers/bug_3532_2Scott González2011-07-201-11/+13
| |\ | | | | | | Accordion: Stop current hide animation, jump to last animation and calculate percentages for padding in addition to height. Fixes #3532 - Accordion: Activating a panel during animation fails
| | * Accordion: Stop current hide animation, jump to last animation and calculate ↵kborchers2011-07-201-11/+13
| | | | | | | | | | | | percentages for padding in addition to height. Fixes #3532 - Accordion: Activating a panel during animation fails
| * | Accordion: Fixed key handling.Scott González2011-07-121-5/+7
| |/
* | Use .attr() for boolean ARIA attributes.Scott González2011-07-121-20/+19
| |
* | .attr() -> .prop()Scott González2011-06-081-19/+19
|/
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-1/+1
| | | | version numbers on instances.
* Accordion: Added check to not allow 0 height on empty panels causing height ↵kborchers2011-05-181-2/+4
| | | | issues on non-empty panels. Fixed #7335 - Accordion: Incorrect size when a panel is empty
* Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-251-1/+10
|