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-7574396d95
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
jtr-test
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 tests: Removed console.log() call.
Scott González
2011-07-26
1
-1
/
+0
*
Accordion tests: Fixed location of expect() call.
Scott González
2011-07-26
1
-1
/
+1
*
Tests: Created a composite test suite.
Scott González
2011-07-26
2
-0
/
+127
*
Merge remote branch 'kborchers/menu_home_end'
Jörn Zaefferer
2011-07-25
2
-2
/
+462
|
\
|
*
Menu: Added Home moves to first item and End moves to last item in currently ...
kborchers
2011-07-25
2
-2
/
+462
*
|
Merge branch 'master' into core-1.6.1
Scott González
2011-07-25
23
-634
/
+1430
|
\
|
|
*
Menu: Passed the original event that causes a blur through collapseAll to blu...
kborchers
2011-07-19
1
-0
/
+21
|
*
Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ...
Benjamin Sterling
2011-07-11
2
-0
/
+176
|
*
Merge remote branch 'pgraham/master'
Jörn Zaefferer
2011-06-28
1
-2
/
+12
|
|
\
|
|
*
Updated guard against unparsed characters to allow extra characters as long a...
Philip Graham
2011-06-28
1
-2
/
+12
|
*
|
Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...
marcneuwirth
2011-06-28
1
-0
/
+10
|
*
|
Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...
marcneuwirth
2011-06-28
1
-0
/
+5
|
|
/
|
*
Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown
Corey Frang
2011-06-23
1
-1
/
+1
|
*
Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately...
Corey Frang
2011-06-23
1
-0
/
+12
|
*
Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the in...
Corey Frang
2011-06-23
1
-0
/
+15
|
*
Tests: Adding visual/unit tests for scale effect.
gnarf
2011-06-14
2
-30
/
+107
|
*
Accordion tests: Cleanup.
Scott González
2011-06-13
6
-23
/
+63
|
*
Autocomplete tests: Cleanup.
Scott González
2011-06-13
5
-470
/
+405
|
*
Accordion tests: Don't use deprecated assertion methods.
Scott González
2011-06-13
6
-89
/
+89
|
*
effects.core: Convert elements height/width to px and restore after animation...
tomykaira
2011-06-09
2
-0
/
+26
|
*
Merge remote branch 'davidmurdoch/ticket-5645'
Jörn Zaefferer
2011-06-09
3
-29
/
+478
|
|
\
|
|
*
Fix visual test in IE6 and move the new helper functions for getting scrollba...
David Murdoch
2011-05-26
1
-31
/
+6
|
|
*
updated tests to account for scrollbar width/height
David Murdoch
2011-05-26
1
-6
/
+31
|
|
*
Removing unnecessary variables, caching 'within' in tests where its beneficia...
David Murdoch
2011-05-16
2
-189
/
+75
|
|
*
position now passes all tests! 0/
David Murdoch
2011-05-13
2
-6
/
+5
|
|
*
The qunit-fixture were preventing the results from being clicked. Make the re...
David Murdoch
2011-05-12
2
-10
/
+9
|
|
*
Another whitespace fix
David Murdoch
2011-05-12
1
-103
/
+103
|
|
*
Add tests for position's `within`
David Murdoch
2011-05-12
2
-19
/
+585
|
|
*
Whitespace fix
David Murdoch
2011-05-12
1
-1
/
+1
|
|
*
Fix typos in original tests
David Murdoch
2011-05-12
1
-3
/
+2
|
*
|
Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend .opti...
Scott González
2011-06-09
1
-0
/
+19
*
|
|
Upgrade jQuery to 1.6.2.
Scott González
2011-07-25
23
-23
/
+23
*
|
|
Tests: Fixed trailing commas.
Scott González
2011-07-25
2
-4
/
+3
*
|
|
Use .attr() for boolean ARIA attributes.
Scott González
2011-07-12
2
-10
/
+10
*
|
|
.attr() -> .prop()
Scott González
2011-06-08
10
-71
/
+40
|
/
/
*
|
Tooltip: Added tests for ui object in open and close events.
Scott González
2011-05-30
1
-4
/
+9
*
|
Widget: Fixed _show() and _hide() implementation and added tests.
Scott González
2011-05-30
3
-1
/
+263
*
|
Tooltip: Fixed handling of disabled tooltips.
Scott González
2011-05-29
1
-0
/
+26
*
|
Tooltip: Don't close tooltips on mouseleave if the element is still focused.
Scott González
2011-05-29
1
-0
/
+26
*
|
Tooltip: Change default collision detection to 'flip fit' since the default v...
Scott González
2011-05-29
1
-1
/
+2
*
|
Tooltip: Alphabetized options.
Scott González
2011-05-28
1
-1
/
+1
*
|
Tooltip: Fixed tooltipClass option and added test.
Scott González
2011-05-28
1
-19
/
+27
*
|
Tooltip: Allow content updates via async response regardless of whether a syn...
Scott González
2011-05-28
3
-26
/
+36
*
|
Tooltip tests: Refactored and added some tests.
Scott González
2011-05-28
2
-35
/
+47
*
|
Tooltip: Added some tests.
Scott González
2011-05-28
2
-1
/
+20
*
|
Tests: Updated version check.
Scott González
2011-05-28
1
-1
/
+1
*
|
Tooltip tests: Coding standards.
Scott González
2011-05-28
6
-112
/
+87
*
|
Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...
Glenn Goodrich
2011-05-26
1
-0
/
+8
*
|
Spinner: Changed casing of option numberformat -> numberFormat.
Scott González
2011-05-25
2
-8
/
+8
*
|
Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ...
gnarf
2011-05-18
2
-6
/
+10
[next]