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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Menu: Add default null callbacks and update unit tests
kborchers
2012-02-26
1
-1
/
+4
*
Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped ...
Jörn Zaefferer
2012-02-23
1
-3
/
+3
*
Menu: Clean up tests to remove nested setTimeout calls
kborchers
2012-02-17
1
-123
/
+143
*
Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocom...
Scott González
2012-02-16
2
-40
/
+4
*
Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bi...
Scott González
2012-02-16
3
-4
/
+5
*
Autocomplete: Added a test for exceeding minLength, then falling below, then ...
Scott González
2012-02-15
1
-7
/
+28
*
Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete...
Scott González
2012-02-11
1
-0
/
+33
*
Menu tests: Handle async focus events in IE.
Scott González
2012-02-09
1
-99
/
+101
*
Menu: Focus the menu before performing keyboard unit tests.
kborchers
2012-02-06
1
-8
/
+15
*
Widget: Allow redefining a widget after other widgets have inherited from it.
Scott González
2012-02-01
2
-6
/
+49
*
Autocomplete: Added test for close method.
Scott González
2012-01-31
2
-6
/
+9
*
Accordion: Adjusted tests for icons: false.
Scott González
2012-01-31
1
-1
/
+1
*
Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ...
Scott González
2012-01-31
1
-0
/
+39
*
Menu: Added unit tests for the enable, disable and refresh methods as well as...
kborchers
2012-01-22
4
-20
/
+78
*
Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and...
Scott González
2012-01-21
1
-0
/
+39
*
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...
Scott González
2012-01-21
1
-0
/
+15
*
Menu tests: Removed trigger option.
Scott González
2012-01-18
1
-2
/
+1
*
Spinner: Allow strings for min, max, and step options, converting immediately...
Scott González
2012-01-07
1
-2
/
+48
*
Menu: Fix close delay and increase the default delay
kborchers
2011-12-20
1
-17
/
+23
*
Merge pull request #553 from AlbertoMonteiro/master
Scott González
2011-12-15
1
-0
/
+9
|
\
|
*
Dialog: When destroy is called place the element back in original DOM positio...
Alberto Monteiro
2011-12-15
1
-0
/
+9
*
|
Menu: Fix focus handling to keep focus on the menu and prevent jumping around...
kborchers
2011-12-15
2
-3
/
+6
|
/
*
Dialog: Modified the dialog._size() to use outerHeight in calculating the non...
James Khoury
2011-11-28
1
-4
/
+9
*
Autocomplete: Don't invoke a search from arrow keys when the element can have...
meh-cfl
2011-11-28
1
-0
/
+86
*
Autocomplete: Removed commented out test.
Scott González
2011-11-23
1
-18
/
+0
*
Autocomplete: Making sure we do not show search menu after a blur. Fixed #742...
Shannon
2011-11-23
1
-0
/
+19
*
Upgrade jQuery to 1.7.1.
Scott González
2011-11-22
22
-22
/
+22
*
Widget tests: Fixed _super() call in redefine test.
Scott González
2011-11-21
1
-1
/
+1
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-5
/
+5
*
Spinner: Handle changes to numberFormat and currency options.
Scott González
2011-11-16
1
-0
/
+19
*
Effects tests: Proper detection of fixed position support in jQuery 1.7.
Scott González
2011-11-09
1
-2
/
+7
*
Upgrade jQuery to 1.7.
Scott González
2011-11-09
22
-22
/
+22
*
Tests: Change the input in the effects test to a text input. This fixes faili...
kborchers
2011-11-02
1
-1
/
+1
*
Tabs test: Increase delay in load test.
Scott González
2011-11-02
1
-2
/
+2
*
Position tests: Changed DOM structure to fix dimensions of within container.
Scott González
2011-11-02
1
-4
/
+4
*
Autocomplete tests: Fixed typo.
Scott González
2011-11-01
1
-1
/
+1
*
Tests (Simulate): Added focus and blur support.
Scott González
2011-10-31
2
-7
/
+5
*
Tests: Added ability to run tests against minified files via ?min=1
Scott González
2011-10-28
23
-128
/
+263
*
Effects Core: Do not overwrite css or class changes that aren't animated duri...
ddstreet
2011-10-25
2
-59
/
+87
*
Menu: Added the new trigger option to the defaults unit test
kborchers
2011-10-19
1
-0
/
+1
*
Upgraded jQuery to 1.6.4.
Scott González
2011-10-18
22
-22
/
+22
*
Scale: We can't detect this reliably currently, so assume all elements are po...
Corey Frang
2011-10-14
1
-0
/
+2
*
Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.
Dave Methvin
2011-10-13
1
-1
/
+1
*
Tooltip tests: Adjust test to deal with blurring being async in IE.
Scott González
2011-10-12
1
-1
/
+3
*
Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...
Scott González
2011-10-10
1
-1
/
+2
*
Spinner: Simulate keyup at the end of incremental tests to stop the repeat ti...
Scott González
2011-10-10
1
-0
/
+3
*
Spinner: Added culture option.
Scott González
2011-09-28
3
-0
/
+27
*
Effects tests: Ignore leading/trailing whitespace when comparing style proper...
Scott González
2011-09-28
1
-2
/
+2
*
Tooltip: Fixed defaults in tests.
Scott González
2011-09-28
1
-1
/
+1
*
Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...
Corey Frang
2011-09-22
2
-2
/
+8
[next]