aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget
Commit message (Expand)AuthorAgeFilesLines
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
* Widget tests: Work around a bug in jQuery core in IE 9rc.Scott González2011-02-261-0/+2
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-232-2/+2
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
* Widget: modified widget to throw exception on attempt to call private methods...William Kevin Manire2011-02-161-2/+9
* Widget: Fixed super methods with deep inheritance chains.Scott González2011-02-101-21/+41
* Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - W...Scott González2011-02-031-0/+21
* 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-313-36/+96
|\
| * Update wigdet test for previous change. No stored intance via data forjzaefferer2011-01-311-2/+1
| * 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
| * 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
|/
* Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _...Scott González2011-01-141-0/+53
* Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw er...Scott González2010-12-101-0/+17
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
* Widget: Added ability to define how to find options on init. Fixes #6158 - Wi...Scott González2010-10-061-0/+26
* Widget: Added create event. Fixes #6126 - Widget: Add create event.Scott González2010-09-291-10/+14
* Widget: Added _setOptions method for handling normalized options setting. Fix...Scott González2010-09-271-1/+24
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Wid...Scott González2010-09-032-1/+70
* Seperated testswarm injection from testsuite extensions, to fix 'failing' tes...jzaefferer2010-08-291-0/+2
* Widget tests: Coding standards.Scott González2010-08-261-7/+7
* Widget: Added more unit tests.Scott González2010-08-262-0/+132
* Widget Tests: Coding standards.Scott González2010-08-261-79/+83
* Widget: Added more unit tests.Scott González2010-08-261-6/+89
* Widget: Added tests for re-initialization.Scott González2010-08-231-0/+29
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-301-6/+3
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-301-3/+6
* Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:...Scott González2010-07-153-1/+48
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
* Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...Richard Worth2010-02-251-3/+9
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
* Widget factory: Changed _create to _init.Scott González2010-01-151-7/+7
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-072-0/+192