aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-191-0/+24
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent clos...Scott González2008-09-191-0/+24
* sortable: Fixed the floating functional demo, implemented forcePlaceholderSizePaul Bakaus2008-09-161-1/+1
* - kickass draggable refactoring - fixes many bugs, many edge case issuesPaul Bakaus2008-09-152-1/+163
* Spinner: added an init callback which exposes the addItem method for dynamic ...Ca-Phun Ung2008-09-091-1/+36
* Dialog: Added some more tests.Scott González2008-09-071-46/+139
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-071-56/+74
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-071-2/+15
* Core: Improved :tabbable selectorScott González2008-09-062-0/+127
* Spinner: For DOM based spinners, the height is now calculated based on number...Ca-Phun Ung2008-08-301-9/+3
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-301-7/+12
* spinner: fixed styling issues in IECa-Phun Ung2008-08-261-2/+3
* spinner: Included support for generic objects - currently only supports <ul>....Ca-Phun Ung2008-08-261-4/+46
* Remove invalid includesEduardo Lundgren2008-08-241-10/+9
* Added tests for 3191 - handling NaN and other invalid values for relative datesKeith Wood2008-08-211-22/+43
* spinner test: currencyChi Cheng2008-08-191-2/+2
* Spinner test: up, down callbackChi Cheng2008-08-191-9/+18
* Spinner: ui() doesn't return instanceChi Cheng2008-08-191-12/+3
* Spinner: this.options._decimals -> this._decimalsChi Cheng2008-08-191-6/+27
* spinner testChi Cheng2008-08-191-14/+26
* Spinner test: a bug when set stepping:0.3Chi Cheng2008-08-191-3/+11
* Spinner test: currency and decimal optionsChi Cheng2008-08-192-6/+146
* updated testcase to reflect the new ui.spinner changes:Ca-Phun Ung2008-08-191-6/+6
* Added enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/U...Ca-Phun Ung2008-08-192-16/+114
* Progressbar test: initChi Cheng2008-08-193-0/+99
* Spinner test: spin without auto-incremental steppingChi Cheng2008-08-191-0/+23
* Spinner test: callbackChi Cheng2008-08-191-3/+32
* Spinner test: spin with auto-incremental steppingChi Cheng2008-08-192-0/+37
* home key to start if min not set.Chi Cheng2008-08-181-3/+8
* Spinner: test caseChi Cheng2008-08-182-0/+170
* typoChi Cheng2008-08-181-1/+1
* Dialog: Added tests for isOpen method.Scott González2008-08-151-1/+16
* visual tests: added stripped down autocomplete demoPaul Bakaus2008-08-1195-0/+401
* Progressbar updatesEduardo Lundgren2008-08-091-4/+4
* Progressbar updates - using .animate()Eduardo Lundgren2008-08-091-34/+68
* Added tests for stepMonths and stepBigMonthsKeith Wood2008-08-081-50/+78
* Source formattingEduardo Lundgren2008-08-081-38/+38
* autocomplete: added init/destroy testsPaul Bakaus2008-07-302-0/+47
* 1.8: initial version of tree component, dependant upon sortables and droppablesPaul Bakaus2008-07-281-61/+31
* Tests for inline disabled datepickerKeith Wood2008-07-232-0/+18
* Added tests for inline datepickerKeith Wood2008-07-182-2/+135
* accordion: fixed incosistent accordionchange event arguments (http://dev.jque...Jörn Zaefferer2008-07-131-0/+30
* Dialog: Fixed #3013: Force dialog titlebars to have a full line height when n...Scott González2008-07-121-2/+2
* Added tests for datepicker structure and callbacksKeith Wood2008-07-112-160/+654
* - moved all default css files into themes/defaultPaul Bakaus2008-07-101-0/+358
* - removed 1.6 branch1.5.2Paul Bakaus2008-07-099-0/+572
* Refactored datepicker to use $.data for instance settingsKeith Wood2008-07-062-31/+67
* New tests for invocation, mouse interactions, alternate field, status, locali...Keith Wood2008-06-302-211/+505
* restored test image from [236] - still referenced in a few test files.Richard Worth2008-06-271-0/+0
* tests visual draggable - moved handle test to its own file. default visual te...Richard Worth2008-06-262-4/+29