aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Tooltip tests: Coding standards.Scott González2011-05-286-112/+87
|
* Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-025-13/+20
| | | | enough for testswarm results to be useful.
* Widget: define a null default for the create callback.Scott González2011-04-251-14/+13
|
* Unit tests: removed no longer utilized tickets.js files for Menu and TooltipRichard Worth2011-03-082-11/+0
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Tooltip: Added missing items testjzaefferer2011-02-112-2/+11
|
* Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵Richard Worth2011-02-111-0/+2
| | | | tests to run correctly on swarm.jquery.org
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-221-1/+1
| | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
* Tooltip: Implementing event delegation support.jzaefferer2010-10-263-2/+8
|
* Tooltip: Demo and tests updatejzaefferer2010-10-261-0/+9
|
* Tooltip: Removing tooltipClass option; use ↵jzaefferer2010-10-262-14/+0
| | | | .tooltip("widget").addClass("whatever") instead
* Tooltip: Unit tests cleanupjzaefferer2010-10-262-15/+30
|
* Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-0/+7
|
* Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-157-0/+196
triggered events