aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Tooltip: Added missing items testjzaefferer2011-02-112-2/+11
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-02-113-0/+6
|\
| * Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit te...Richard Worth2011-02-113-0/+6
* | Menu: Fix unit tests and set the right menu1-activedescendant attributejzaefferer2011-02-113-5/+11
|/
* Widget: Fixed super methods with deep inheritance chains.Scott González2011-02-102-23/+41
* Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - W...Scott González2011-02-031-0/+21
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+3
* Accordion: Added tests for custom header option.Scott González2011-02-031-1/+13
* Accordion: Update active option when programmatically collapsing the accordion.Scott González2011-02-031-4/+3
* Accordion: Handle negative values for active option on init.Scott González2011-02-031-4/+3
* Accordion: Properly handle collapsible: false and active: false by changing a...Scott González2011-02-031-11/+10
* Widget: Modified _trigger to invoke callbacks with apply so that handlers are...Michael DellaNoce2011-02-011-0/+48
* Merge branch 'master' into widget-eventsScott González2011-01-3114-476/+1079
|\
| * Update wigdet test for previous change. No stored intance via data forjzaefferer2011-01-311-2/+1
| * Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion:...Scott González2011-01-252-2/+40
| * Accordion: Renamed changestart and change events to beforeActivate and activa...Scott González2011-01-253-13/+105
| * Accordion: More tests.Scott González2011-01-242-25/+94
| * Tests: Fixed erroneous refernece to accordion.Scott González2011-01-241-2/+2
| * Widget tests: Remove workaround for old QUnit bug.Scott González2011-01-241-5/+1
| * Widget tests: Cleanup.Scott González2011-01-243-32/+26
| * Accordion test: Fixed an icon test.Scott González2011-01-241-1/+1
| * Accordion tests: Cleaned up deprecated tests.Scott González2011-01-242-133/+193
| * 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
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-01-171-1/+1
|\
| * Updated copyright year.Scott González2011-01-171-1/+1
* | 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
* Compound visual test: Added missing reference to autocomplete.Scott González2011-01-101-1/+2
* Fixed broken reference to theme file.Scott González2011-01-101-1/+1
* Fixed references to jQuery.Scott González2011-01-103-3/+3
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-223-3/+3
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-2214-25/+661
|\
| * Tooltip: Implementing event delegation support.jzaefferer2010-10-264-22/+33
| * Tooltip: Demo and tests updatejzaefferer2010-10-262-9/+15