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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.
Scott González
2012-10-25
1
-53
/
+0
|
*
Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.
Scott González
2012-10-25
2
-42
/
+1
|
*
Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.
Scott González
2012-10-25
2
-43
/
+2
|
*
Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.
Scott González
2012-10-25
1
-45
/
+0
|
*
Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable an...
Scott González
2012-10-25
2
-34
/
+0
|
*
Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.
Scott González
2012-10-25
1
-7
/
+0
|
*
Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.
Scott González
2012-10-25
3
-37
/
+0
|
*
Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.
Scott González
2012-10-25
1
-1
/
+0
|
*
Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.
Scott González
2012-10-25
1
-15
/
+0
|
*
Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ajaxO...
Scott González
2012-10-25
2
-55
/
+0
|
*
Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ...
Jörn Zaefferer
2012-10-24
1
-22
/
+0
|
*
Accordion: Removed deprecated activate method and expanded active option. Fix...
Jörn Zaefferer
2012-10-24
2
-122
/
+19
|
*
Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ic...
Jörn Zaefferer
2012-10-24
2
-19
/
+2
|
*
Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: Re...
Jörn Zaefferer
2012-10-24
2
-32
/
+0
|
*
Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ...
Jörn Zaefferer
2012-10-24
2
-78
/
+1
|
*
Dialog: Save the active element that opened the dialog and restore focus to t...
Jörn Zaefferer
2012-10-24
1
-6
/
+12
|
*
Dialog: Prevent dialog form losing focus (or move it back in IE <= 8).
Jörn Zaefferer
2012-10-24
1
-1
/
+1
|
*
Dialog: Awesome new stacking and overlay implementation. Fixes the following ...
Nate Eagle
2012-10-24
5
-97
/
+117
|
*
Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...
Jörn Zaefferer
2012-10-24
1
-0
/
+24
|
*
Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...
Scott González
2012-10-24
1
-0
/
+15
|
*
Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To...
Jörn Zaefferer
2012-10-24
1
-0
/
+8
|
*
Core: Update :focsable and :tabbable to handle parents with no height/width, ...
Scott González
2012-10-23
2
-0
/
+17
|
*
Tooltip tests: Fixed new default value for position option.
Scott González
2012-10-23
1
-2
/
+2
|
*
Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...
Marc-Andre Lafortune
2012-10-23
1
-0
/
+7
|
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
44
-274
/
+244
|
*
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
Mike Sherov
2012-10-22
3
-51
/
+54
|
*
Widget: $.widget.extend(): Properly handle extending a string with an object....
Scott González
2012-10-22
1
-5
/
+8
|
*
Whitespace.
Scott González
2012-10-22
1
-1
/
+1
|
*
Remove trailing whitespace and add final newlines
Trey Hunner
2012-10-21
11
-370
/
+370
|
*
Replace mixed CRLF/LF line endings with LF
Trey Hunner
2012-10-21
3
-4653
/
+4653
|
*
Effects: Allow 'null' for options - Fixes #8670 - null reference when using e...
Corey Frang
2012-10-21
1
-0
/
+11
|
*
Tooltip: Unit test for nested tooltips
Jörn Zaefferer
2012-10-21
2
-1
/
+17
|
*
Tooltip: Update events test to cover correct behaviour
Jörn Zaefferer
2012-10-21
1
-32
/
+6
|
*
Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delay...
Andrew Couch
2012-10-21
2
-1
/
+41
|
*
Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De...
Andrew Couch
2012-10-21
2
-0
/
+14
|
*
Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Rem...
Jörn Zaefferer
2012-10-21
1
-0
/
+7
|
*
Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removi...
Jörn Zaefferer
2012-10-21
1
-2
/
+6
|
*
Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all...
David Petersen
2012-10-18
1
-0
/
+9
|
*
Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...
David Petersen
2012-10-17
1
-2
/
+19
|
*
Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...
TJ VanToll
2012-10-16
1
-0
/
+8
|
*
Tooltip: Change the default items selector to exclude disabled elements. Fixe...
Scott González
2012-10-12
1
-1
/
+1
*
|
Selectmenu tests: adjust accessibility test
Felix Nagel
2012-11-10
1
-1
/
+1
*
|
Selectmenu tests: aria-activedescendant für button
Felix Nagel
2012-10-25
1
-2
/
+4
*
|
Selectmenu tests: add test for button aria-labelledby attribute
Felix Nagel
2012-10-25
1
-1
/
+2
*
|
Merge branch 'master' into selectmenu
Felix Nagel
2012-10-12
4
-7
/
+37
|
\
|
|
*
Tabs: Use aria-controls instead of the anchor's href to match against locatio...
Scott González
2012-10-12
1
-1
/
+7
|
*
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
Scott González
2012-10-10
2
-3
/
+3
|
*
Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ...
Scott González
2012-10-05
1
-3
/
+10
|
*
Tooltip: Check if event exists before checking properties in open(). Fixes #8...
Scott González
2012-10-05
1
-0
/
+17
*
|
Selectmenu: Upgrade jQuery to 1.8.2.
Felix Nagel
2012-10-03
5
-5
/
+5
[prev]
[next]