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
*
Accordion: Only adjust height animations for heightStyle: content. Fix tests ...
Scott González
2012-10-01
1
-2
/
+2
*
Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ...
Scott González
2012-10-01
1
-17
/
+23
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
Update copyright to jQuery Foundation.
Scott González
2012-07-04
1
-1
/
+2
*
Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...
Scott González
2012-06-14
1
-2
/
+1
*
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González
2012-06-13
1
-3
/
+3
*
Accordion: Update activate and beforeActivate event properties to newPanel/ol...
Jörn Zaefferer
2012-05-30
1
-7
/
+17
*
Accordion: Make sure there's always one header with tabindex=0. Fixes #8348 -...
Scott González
2012-05-24
1
-9
/
+16
*
Accordion: Coding standards.
Scott González
2012-05-24
1
-4
/
+3
*
Accordion: Use .show()/.hide() for initial panel visibility.
Scott González
2012-05-23
1
-2
/
+5
*
Accordion: Don't change corner classes on the collapsing panel's header until...
Scott González
2012-05-08
1
-5
/
+8
*
Accordion: Removed unused variables.
Scott González
2012-04-25
1
-4
/
+2
*
Use length property, instead of the deprecated size() method.
Shahyar G
2012-04-23
1
-2
/
+2
*
Accordion: Fixed indentation.
Scott González
2012-04-22
1
-4
/
+5
*
Lint fixes.
Scott González
2012-04-02
1
-17
/
+19
*
A few lint fixes.
Scott González
2012-04-02
1
-1
/
+1
*
Protect all copyright notices against minification
Jo Liss
2012-04-02
1
-1
/
+1
*
Accordion: Fixed post-init changes to event option and added tests for keyboa...
Scott González
2012-03-27
1
-11
/
+10
*
Accordion: Fixed ARIA support and added proper keyboard support.
Hans Hillen
2012-03-27
1
-18
/
+78
*
Merge branch 'accordion-cleanup'
Jörn Zaefferer
2012-03-18
1
-10
/
+10
|
\
|
*
Accordion: Use _bind for event option. Refactor other _bind call to go into _...
Jörn Zaefferer
2012-03-07
1
-9
/
+10
|
*
Accordion: Remove disabled check in _keydown, covered by _bind
Jörn Zaefferer
2012-03-07
1
-2
/
+1
|
*
Accordion: Fix unbinding of accordion event option when dealing with multiple...
Jörn Zaefferer
2012-03-07
1
-2
/
+1
|
*
Accordion: Use _bind for keydown handler
Jörn Zaefferer
2012-03-07
1
-2
/
+3
*
|
Accordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: Remo...
Scott González
2012-03-14
1
-5
/
+3
*
|
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
|
Accordion: Added missing semicolon.
Scott González
2012-03-07
1
-1
/
+1
|
/
*
Accordion: Code review.
Scott González
2012-03-02
1
-9
/
+13
*
Update data naming for Accordion. Partial fix for #7810
Jörn Zaefferer
2012-03-01
1
-3
/
+3
*
Accordion: Removed requirement for headers contain a child (and removed assoc...
Scott González
2012-02-27
1
-9
/
+0
*
Accordion: Reset height prior to calculations on refresh.
Scott González
2012-02-26
1
-0
/
+2
*
Accordion: Don't toggle icons if the accordion doesn't have icons.
Scott González
2012-02-26
1
-4
/
+10
*
Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bi...
Scott González
2012-02-16
1
-160
/
+107
*
Accordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses ...
Scott González
2012-02-12
1
-30
/
+29
*
Accordion: Moved the ui-accordion-icons class to the headers to properly styl...
Scott González
2012-01-31
1
-3
/
+5
*
Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ...
Scott González
2012-01-31
1
-0
/
+7
*
Accordion: Reset overflowX and overflowY after animations to fix overflow in ...
Scott González
2012-01-31
1
-2
/
+12
*
Accordion: Use ui-accordion-header-active class.
Scott González
2012-01-31
1
-7
/
+6
*
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
[next]