aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * Accordion tests: Cleanup.Scott González2011-01-2411-261/+369
| * Accordion tests: Getting really ghetto in an attempt to get deprecated tests ...Scott González2011-01-243-15/+15
| * Accordion: Test cleanup.Scott González2011-01-246-82/+73
| * Accordion: First pass at splitting out tests for deprecated functionality.Scott González2011-01-247-184/+369
| * Widget: Allow this.element to be the widget instance instead of a DOM element...Scott González2011-01-241-1/+31
| * Widget: Added tests for defaultElement and element normalization between jQue...Scott González2011-01-231-0/+41
* | Widget: Use focusin/focusout for ._focusable().Scott González2011-01-311-8/+12
* | Widget: Added tests for ._hoverable() and ._focusable().Scott González2011-01-241-2/+64
* | Widget: Added "dynamic" bindings via ._bind() to allow for proxying.Scott González2011-01-181-2/+2
* | Widget: Added ._bind() for easily binding events with correct context and dis...Scott González2011-01-181-0/+93
|/
* Datepicker: Update parseDate to properly handle a string value in shortYearCu...Ivan Peters2011-01-181-10/+15
* Renamed glob.js to jquery.global.js to match actual plugin filenames.jzaefferer2011-01-171-1/+1
* Spinner: Moved ARIA to input and fixed tests.Scott González2011-01-153-10/+10
* Autocompete tests: Added missing menu dependency.Scott González2011-01-141-0/+1
* Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _...Scott González2011-01-141-0/+53
* Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ...Scott González2011-01-141-2/+2
* Accordion: Moved handling for programmatically collapsing the accordion out o...Scott González2011-01-131-1/+1
* Accordion: First pass at deprecating the activate method. Renamed _clickHandl...Scott González2011-01-114-8/+8
* Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. Fi...Alex Dovenmuehle2011-01-112-1/+20
* Fixed references to jQuery.Scott González2011-01-101-1/+1
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-221-1/+1
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-228-22/+220
|\
| * Tooltip: Implementing event delegation support.jzaefferer2010-10-263-2/+8
| * Tooltip: Demo and tests updatejzaefferer2010-10-261-0/+9
| * Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whate...jzaefferer2010-10-262-14/+0
| * Tooltip: Unit tests cleanupjzaefferer2010-10-262-15/+30
| * Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-0/+7
| * Merge commit '1.8.1' into tooltipjzaefferer2010-04-2120-100/+226
| |\
| * | Tooltip: Unit tests for tooltip and a fix to pass through event objects to tr...jzaefferer2010-04-158-21/+197
| * | Revert "Position unit tests: Add module for testswarm to run all tests"jzaefferer2010-04-141-2/+0
| * | Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-131-0/+2
* | | Merge remote branch 'origin/menu'jzaefferer2010-12-228-0/+179
|\ \ \
| * | | Menu: Implemented destroy method and disabled option, modified test to pass h...jzaefferer2010-06-181-6/+6
| * | | Menu:the first set of unit test files.dominiquevincent2010-05-067-0/+178
| * | | Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-211-0/+1
| | |/ | |/|
* | | Merge remote branch 'origin/spinner'jzaefferer2010-12-226-0/+601
|\ \ \
| * | | Spinner: Refactored reading htlm5 attributes option initjzaefferer2010-10-281-3/+3
| * | | Slider: Some more refactoring and cleanupjzaefferer2010-10-261-6/+6
| * | | Slider: Some more test suite improvementsjzaefferer2010-10-262-7/+3
| * | | Spinner: Changed default for numberformat to null. Fixed disabled option to n...jzaefferer2010-10-266-398/+144
| * | | Slider: Update to latest mousewheel pluginjzaefferer2010-10-261-2/+2
| * | | Spinner: Fix value option initalizationjzaefferer2010-10-253-8/+24
| * | | Spinner: More cleanupjzaefferer2010-10-242-302/+2
| * | | Spinner: Some code and test cleanupjzaefferer2010-10-243-20/+3
| * | | Importing spinner unit testsjzaefferer2010-10-226-0/+1160
* | | | Accordion: Move code for deprecated height options into an extension at the b...Scott González2010-12-191-0/+1
* | | | Accordion: Added test for heightStyle: fill with absolutely positioned sibling.Scott González2010-12-191-2/+4
* | | | Accordion: API Redesign. Made style changes and changed 'fill' implementation...Alex Dovenmuehle2010-12-171-0/+9
* | | | Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ...Alex Dovenmuehle2010-12-161-0/+27
* | | | Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.Scott González2010-12-101-4/+0