aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Menu: Passed the original event that causes a blur through collapseAll to blu...kborchers2011-07-191-0/+21
| * | | Datepicker: show inline datepicker setting explicit display:block instead of ...Richard D. Worth2011-07-191-0/+23
| * | | Position: Cleanup up position demo CSS and add it to the within-visual-testJörn Zaefferer2011-07-121-1/+12
| * | | Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ...Benjamin Sterling2011-07-112-0/+176
| * | | Merge remote branch 'pgraham/master'Jörn Zaefferer2011-06-281-2/+12
| |\ \ \
| | * | | Updated guard against unparsed characters to allow extra characters as long a...Philip Graham2011-06-281-2/+12
| * | | | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-281-0/+10
| * | | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...marcneuwirth2011-06-281-0/+5
| |/ / /
| * | | Unit Tests: Fixing a typo in the new test for hide/show on hidden/shownCorey Frang2011-06-231-1/+1
| * | | Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately...Corey Frang2011-06-231-0/+12
| * | | Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the in...Corey Frang2011-06-231-0/+15
| | |/ | |/|
| * | Tests: Adding visual/unit tests for scale effect.gnarf2011-06-146-49/+286
| * | Accordion tests: Cleanup.Scott González2011-06-136-23/+63
| * | Autocomplete tests: Cleanup.Scott González2011-06-135-470/+405
| * | Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-136-89/+89
| * | effects.core: Convert elements height/width to px and restore after animation...tomykaira2011-06-092-0/+26
| * | Update menubar to forward menu option to nested menus, update default demo to...Jörn Zaefferer2011-06-091-25/+25
| * | Merge remote branch 'davidmurdoch/ticket-5645'Jörn Zaefferer2011-06-095-30/+668
| |\ \
| | * | Fix visual test in IE6 and move the new helper functions for getting scrollba...David Murdoch2011-05-262-32/+14
| | * | updated tests to account for scrollbar width/heightDavid Murdoch2011-05-261-6/+31
| | * | Removing unnecessary variables, caching 'within' in tests where its beneficia...David Murdoch2011-05-162-189/+75
| | * | Update core visual test to allow testing while the window is scrolled.David Murdoch2011-05-131-1/+1
| | * | position now passes all tests! 0/David Murdoch2011-05-132-6/+5
| | * | Update test to make things a bit easier to testDavid Murdoch2011-05-131-3/+7
| | * | The qunit-fixture were preventing the results from being clicked. Make the re...David Murdoch2011-05-122-10/+9
| | * | Another whitespace fixDavid Murdoch2011-05-121-103/+103
| | * | Add tests for position's `within`David Murdoch2011-05-123-19/+586
| | * | Whitespace fixDavid Murdoch2011-05-121-1/+1
| | * | Fix typos in original testsDavid Murdoch2011-05-121-3/+2
| | * | Update title to reflect testDavid Murdoch2011-05-121-1/+1
| | * | Add a new visual test for positionDavid Murdoch2011-05-121-0/+177
| * | | Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend .opti...Scott González2011-06-091-0/+19
| | |/ | |/|
* | | Upgrade jQuery to 1.6.2.Scott González2011-07-25158-158/+158
* | | Tests: Fixed trailing commas.Scott González2011-07-252-4/+3
* | | Use .attr() for boolean ARIA attributes.Scott González2011-07-122-10/+10
* | | .attr() -> .prop()Scott González2011-06-0810-71/+40
|/ /
* | Tooltip: Added tests for ui object in open and close events.Scott González2011-05-301-4/+9
* | Widget: Fixed _show() and _hide() implementation and added tests.Scott González2011-05-303-1/+263
* | Tooltip: Fixed handling of disabled tooltips.Scott González2011-05-291-0/+26
* | Tooltip: Don't close tooltips on mouseleave if the element is still focused.Scott González2011-05-291-0/+26
* | Tooltip: Change default collision detection to 'flip fit' since the default v...Scott González2011-05-291-1/+2
* | Tooltip: Alphabetized options.Scott González2011-05-281-1/+1
* | Tooltip: Fixed tooltipClass option and added test.Scott González2011-05-281-19/+27
* | Tooltip: Allow content updates via async response regardless of whether a syn...Scott González2011-05-283-26/+36
* | Tooltip tests: Refactored and added some tests.Scott González2011-05-282-35/+47
* | Tooltip: Added some tests.Scott González2011-05-282-1/+20
* | Tests: Updated version check.Scott González2011-05-281-1/+1
* | Tooltip tests: Coding standards.Scott González2011-05-286-112/+87
* | Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...Glenn Goodrich2011-05-261-0/+8
* | Simulate: account for document scroll in findCenter function. Fixes #6859 - J...Richard D. Worth2011-05-261-3/+3