index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.accordion.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-5
/
+5
*
Accordion: Fixed back-compat for icons.headerSelected when icons option is null.
Scott González
2011-11-16
1
-2
/
+4
*
Accordion: Fixed #7238 - Problem with accordion slide animation fixed width c...
Gaëtan Muller
2011-11-06
1
-5
/
+5
*
Accordion: Fixed nested accordions.
Scott González
2011-09-30
1
-5
/
+5
*
Merge branch 'master' into core-1.6.1
Scott González
2011-07-25
1
-16
/
+20
|
\
|
*
Merge pull request #368 from kborchers/bug_3532_2
Scott González
2011-07-20
1
-11
/
+13
|
|
\
|
|
*
Accordion: Stop current hide animation, jump to last animation and calculate ...
kborchers
2011-07-20
1
-11
/
+13
|
*
|
Accordion: Fixed key handling.
Scott González
2011-07-12
1
-5
/
+7
|
|
/
*
|
Use .attr() for boolean ARIA attributes.
Scott González
2011-07-12
1
-20
/
+19
*
|
.attr() -> .prop()
Scott González
2011-06-08
1
-19
/
+19
|
/
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-1
/
+1
*
Accordion: Added check to not allow 0 height on empty panels causing height i...
kborchers
2011-05-18
1
-2
/
+4
*
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
Scott González
2011-04-25
1
-1
/
+10
*
Accordion: When simulating events, make sure we use DOM elements, not jQuery ...
Scott González
2011-04-04
1
-1
/
+1
*
Accordion: Pass original event in beforeActivate event.
Scott González
2011-04-04
1
-1
/
+1
*
Accordion: Added missing semicolon.
Scott González
2011-03-23
1
-1
/
+1
*
Accordion: set aria-selected to true on selected header, false on others. Fix...
Richard Worth
2011-03-15
1
-0
/
+5
*
Fixed #6979 - Several components are leaking variables into the global scope
Gilmore Davidson
2011-02-23
1
-1
/
+1
*
Accordion: Handle changing the event option. Fixes #6740 - Dynamically changi...
Scott González
2011-02-21
1
-4
/
+13
*
Accordion: Reset overflow on both content panels being animated, not just the...
Scott González
2011-02-08
1
-8
/
+6
*
Accordion: Added note about using ui-accordion-header-active class.
Scott González
2011-02-08
1
-0
/
+1
*
Accordion: Reduced some code in _toggle().
Scott González
2011-02-04
1
-15
/
+11
*
Accordion: Simplify _toggle() implementation.
Scott González
2011-02-04
1
-52
/
+24
*
Accordion: Always have _activate delegate to _eventHandler.
Scott González
2011-02-04
1
-35
/
+10
*
Accordion: First pass at cleaning up activation/event handling code.
Scott González
2011-02-03
1
-70
/
+34
*
Accordion: Cleaned up destroy and refresh methods.
Scott González
2011-02-03
1
-11
/
+17
*
Accordion: Update active option when programmatically collapsing the accordion.
Scott González
2011-02-03
1
-0
/
+1
*
Accordion: Handle negative values for active option on init.
Scott González
2011-02-03
1
-0
/
+4
*
Accordion: Properly handle collapsible: false and active: false by changing a...
Scott González
2011-02-03
1
-0
/
+10
*
Accordion: Cleanup.
Scott González
2011-02-02
1
-15
/
+17
*
Accordion: Added ui-accordion-header-icon class to generated icons in order t...
Scott González
2011-02-02
1
-6
/
+6
*
Merge branch 'master' into widget-events
Scott González
2011-01-31
1
-131
/
+165
|
\
|
*
Accordion: added a comment.
Scott González
2011-01-31
1
-0
/
+1
|
*
Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where...
Scott González
2011-01-31
1
-6
/
+1
|
*
Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion:...
Scott González
2011-01-25
1
-20
/
+39
|
*
Accordion: Renamed changestart and change events to beforeActivate and activa...
Scott González
2011-01-25
1
-3
/
+19
|
*
Accordion: Test cleanup.
Scott González
2011-01-24
1
-2
/
+2
|
*
Accordion: First pass at splitting out tests for deprecated functionality.
Scott González
2011-01-24
1
-102
/
+105
*
|
Widget: Added _hoverable() and _focusable().
Scott González
2011-01-21
1
-25
/
+4
|
/
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
*
Updated widgets to use new methods from $.Widget.
Scott González
2011-01-15
1
-1
/
+1
*
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...
Scott González
2011-01-14
1
-3
/
+1
*
Accordion: Force the width of the accordion panel during animation when anima...
Scott González
2011-01-14
1
-11
/
+23
*
Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ...
Scott González
2011-01-14
1
-2
/
+5
*
Accordion: Cleaned up _createIcons().
Scott González
2011-01-13
1
-6
/
+6
*
Accordion: Use event.preventDefault() instead of return false when handling k...
Scott González
2011-01-13
1
-6
/
+2
*
Accordion: call event.preventDefault() inside the _eventHandler() instead of ...
Scott González
2011-01-13
1
-6
/
+9
*
Accordion - Make sure we have an element before trying to modify the classNam...
Scott González
2011-01-13
1
-1
/
+3
*
Merge branch 'accordion-activate'
Scott González
2011-01-13
1
-57
/
+68
|
\
|
*
Accordion: Moved handling for programmatically collapsing the accordion out o...
Scott González
2011-01-13
1
-42
/
+35
[next]