aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.widget.js
Commit message (Expand)AuthorAgeFilesLines
...
* | Widget: Use focusin/focusout for ._focusable().Scott González2011-01-311-3/+7
* | Widget: Added _hoverable() and _focusable().Scott González2011-01-211-0/+34
* | Widget: Added "dynamic" bindings via ._bind() to allow for proxying.Scott González2011-01-181-6/+3
* | Widget: Added ._bind() for easily binding events with correct context and dis...Scott González2011-01-181-0/+22
|/
* Updated copyright year.Scott González2011-01-171-1/+1
* Widget: destroy() now calls _destroy() so that widgets don't need to call the...Scott González2011-01-141-2/+4
* Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _...Scott González2011-01-141-2/+12
* Widget: Removed unnecessary/incorrect logic for widgetEventPrefix.Scott González2011-01-131-1/+1
* Widget: Removed commented out code.Scott González2011-01-131-5/+0
* Widget: Removed code for the remove event in jQuery < 1.4.Scott González2011-01-131-24/+7
* All: Use .toggleClass() instead of conditionally using .addClass() and .remov...Xavi2010-12-191-3/+1
* Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw er...Scott González2010-12-101-13/+9
* Widget: Don't throw errors for invalid method calls (wait till 1.9 to add thi...Scott González2010-10-211-9/+13
* Widget: Fixed reference to element in _getCreateOptions().Scott González2010-10-191-1/+1
* Widget: Simplified _getCreateOptions().Scott González2010-10-071-5/+1
* Widget: Added ability to define how to find options on init. Fixes #6158 - Wi...Scott González2010-10-061-1/+8
* Widget: Added create event. Fixes #6126 - Widget: Add create event.Scott González2010-09-291-0/+1
* Widget: Added _setOptions method for handling normalized options setting. Fix...Scott González2010-09-271-4/+9
* Widget: Use charAt instead of substring for private method check.Daniel Steigerwald2010-09-201-1/+1
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Wid...Scott González2010-09-031-13/+23
* Widget: Throw errors when calling non-existent methods or methods on uninista...Scott González2010-08-271-4/+9
* Widget: Refactored code for re-initialization to reduce file size.Scott González2010-08-231-4/+1
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-301-1/+1
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-301-1/+1
* Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Us...jzaefferer2010-07-301-1/+2
* Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:...Scott González2010-07-151-1/+1
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-07-091-1/+1
|\
| * Core (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove d...Samuel Cormier-Iijima2010-07-091-1/+1
* | Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
|/
* Changed widget factory to keep generic css framework class -state-disabled in...Richard D. Worth2010-03-291-2/+2
* Widget: Fixed a problem with the .remove() proxy.Scott González2010-02-061-6/+10
* Happy New YearRichard Worth2010-01-201-1/+1
* Widget: removed console.log call.Scott González2010-01-191-2/+1
* Widget: Only trigger remove event if keepData is not set to true.Scott González2010-01-191-7/+8
* Widget: _create() doesn't actually take any arguments.Scott González2010-01-171-1/+1
* Widget: conform to coding standards.Scott González2010-01-151-10/+11
* Widget factory: Removed support for old usage; it doesn't make sense to keep ...Scott González2010-01-151-5/+0
* Widget: Make subsequent "init" calls useful by delegating to the option and _...Scott González2010-01-151-7/+11
* Widget: conform to coding standards.Scott González2010-01-151-87/+100
* Widget factory: Changed _create to _init.Scott González2010-01-151-6/+6
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-59/+89
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-6/+6
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+189