aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Demo and tests updatejzaefferer2010-10-262-9/+15
|
* Tooltip: Added demo for custom animationsjzaefferer2010-10-262-0/+56
|
* Tooltip: Update forms demo to programmatic-trigger onlyjzaefferer2010-10-261-2/+2
|
* Tooltip: Update _init to _createjzaefferer2010-10-261-1/+1
|
* Tooltip: Removing application role, should be set on application leveljzaefferer2010-10-261-5/+0
|
* Tooltip: Removing tooltipClass option; use ↵jzaefferer2010-10-263-17/+1
| | | | .tooltip("widget").addClass("whatever") instead
* Tooltip: Unit tests cleanupjzaefferer2010-10-262-15/+30
|
* Tooltip: Adding another ajax example to visual testcase. Fixing async ↵jzaefferer2010-10-212-13/+29
| | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton.
* Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-302-1/+8
|
* Tooltip: Updated positioning - let user also customize of-propertyjzaefferer2010-07-201-2/+2
|
* Updated copyright headers to make it clear that you can choose between MIT ↵jzaefferer2010-07-091-4/+4
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Show tooltip before positioning it to fix scrolling issue, then hide again ↵jzaefferer2010-05-191-2/+2
| | | | before animation
* Tooltip: Enhanced visual test to include a few more buttons and a high ↵jzaefferer2010-05-151-5/+14
| | | | element to get a scrollbar
* Added Tooltip to build to get docsjzaefferer2010-05-051-0/+1
|
* Tooltip: Improve fadeout animation to handle case where tooltip overlays the ↵jzaefferer2010-04-231-1/+3
| | | | element, causing it to hide instantly and never appearing again
* Fixed typo in demo descriptionjzaefferer2010-04-231-1/+1
|
* Merge commit '1.8.1' into tooltipjzaefferer2010-04-2133-119/+646
|\
| * Tagging the 1.8.1 release.1.8.1Richard D. Worth2010-04-211-1/+1
| |
| * Autocomplete: Added demo for accent folding.Scott González2010-04-211-0/+64
| | | | | | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding.
| * Autocomplete: Added custom rendering for custom data demo.Scott González2010-04-211-1/+7
| |
| * Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) fileRichard D. Worth2010-04-211-6/+6
| |
| * added tests for enable/disablecarhartl2010-04-202-27/+70
| |
| * Merge branch 'master' of github.com:jquery/jquery-uimaggiewachs2010-04-1656-1052/+2156
| |\
| | * Autocomplete: Fixed href to multiple-remote dmeo in indexjzaefferer2010-04-161-1/+1
| | |
| | * Autocomplete: Refactored code for array filtering into ↵jzaefferer2010-04-165-23/+94
| | | | | | | | | | | | $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data
| | * Autocomplete: code improvements for multiple demojzaefferer2010-04-151-4/+4
| | |
| | * Autocomplete: multiple demo addedjzaefferer2010-04-152-0/+76
| | |
| | * Unit tests: Disable stale widget tests on testswarmjzaefferer2010-04-144-4/+48
| | |
| | * Unit tests: Disable stale interaction tests only on testswarm, but allow ↵jzaefferer2010-04-144-16/+48
| | | | | | | | | | | | them to run locally
| | * Unit tests: Try to disable tests only for testswarm; if this works, I'll ↵jzaefferer2010-04-141-4/+12
| | | | | | | | | | | | modify the other ones as well
| | * Draggable demo: visual feedback - use draggable option stack selector. Fixed ↵Richard D. Worth2010-04-141-1/+1
| | | | | | | | | | | | #5513 - Draggable/Stackable Demo broken and docs need to be updated
| | * Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-141-0/+2
| | |
| | * Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria ↵jzaefferer2010-04-131-2/+2
| | | | | | | | | | | | attributes test
| | * Autocomplete unit tests: Fix event handling in IEjzaefferer2010-04-131-2/+3
| | |
| | * Progressbar unit test: Ignore false vs. false in IE6 in aria attributes testjzaefferer2010-04-131-1/+1
| | |
| | * Autocomplete and button unit tests: Same remove-role-attr fix as for ↵jzaefferer2010-04-132-0/+8
| | | | | | | | | | | | accordion in destroy-method test
| | * Accordion unit tests: And another height-testing hotfix for Safari 3.xjzaefferer2010-04-131-1/+1
| | |
| | * Accordion unit tests: One more height-testing hotfix for Safari 3.xjzaefferer2010-04-131-4/+4
| | |
| | * Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵jzaefferer2010-04-133-32/+27
| | | | | | | | | | | | height tests to tolerate different results, as long as they are consistent
| | * Accordion unit tests: Trying some more style resets for getting accordion ↵jzaefferer2010-04-121-1/+1
| | | | | | | | | | | | tests to pass in Safari 3.x, need to commit to see Testswarm results
| | * Accordion unit tests: Cleaned and fixed destroy-method test, working around ↵jzaefferer2010-04-122-4/+4
| | | | | | | | | | | | html rendering inconsistencies
| | * Accordion unit tests: Cleaned and fixed resize-method test, using ↵jzaefferer2010-04-121-9/+1
| | | | | | | | | | | | #navigation avoids the :visible matching display:none issue in IE8
| | * Effects demos: cleanupjzaefferer2010-04-121-1/+1
| | |
| | * sortable: don't call the base widget _setOption for disabled to avoid the ↵Richard D. Worth2010-04-092-1/+14
| | | | | | | | | | | | ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class
| * | Added left icons and CSS to indent menu option text.maggiewachs2010-04-161-0/+172
| | |
* | | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵jzaefferer2010-04-213-6/+5
| | | | | | | | | | | | actually necessary
* | | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-159-30/+206
| | | | | | | | | | | | triggered events
* | | Revert "Position unit tests: Add module for testswarm to run all tests"jzaefferer2010-04-141-2/+0
| | | | | | | | | | | | | | | | | | This reverts commit 50fe1d04fc60d57507aa949f585b06a2bcf3aec1. Should have been commited to master, not tooltip branch.
* | | Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-131-0/+2
| | |
* | | Use tooltip to display hint when combobox input doesn't match anythingjzaefferer2010-04-082-4/+19
| | |