aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.widget.js
Commit message (Expand)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-544/+0
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-2/+14
* Widget: Support events with dashes and colonsRuslan Yakhyaev2014-01-161-1/+1
* Widget: Prefix variables with component name.Scott González2013-10-241-15/+17
* Widget: option-method should work as getter only when argument length is 1. F...Jyoti Deka2013-10-161-2/+2
* Widget: Only remove hover and focus classes when disabling, not enabling. Fix...Scott González2013-09-161-2/+6
* Widget Bridge: Make the _init method optional. Add tests for both states. Fix...Jörn Zaefferer2013-09-111-1/+4
* Widget Factory: Make $.widget return the constructor. Fixes #9467 - Widget fa...Alexander Schmitz2013-07-311-0/+2
* Widget: Make .enable() and .disable() act via ._setOptions() instead of ._set...Gabriel Schulhof2013-07-171-2/+2
* Widget: Remove leftover back-compat handling for widget instance storage (see...Scott González2013-07-091-3/+0
* Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 ...Scott González2013-05-201-1/+1
* Widgets: Updating to use instance method on bridgeCorey Frang2013-03-191-4/+4
* Widget: Implement instance method on the bridge to return widget instance - F...Corey Frang2013-03-191-0/+4
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-2/+1
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-1/+2
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-2/+1
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Widget: Don't modify the prototype passed to $.widget(). Fixes #8876 - Callin...Scott González2012-12-031-25/+30
* Widget: Only use the event prefix from the base if we're redefining a widget....Scott González2012-11-091-1/+1
* Widget: Suppress disabled check when binding destroy to the remove event. Fix...Scott González2012-11-091-1/+1
* Widget: Removed dual storage of widget instances. Fixes #8801 - Widget: Remov...Scott González2012-11-091-3/+0
* Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: Abil...Scott González2012-11-091-3/+12
* Widget: Bridge falls back to name if there is no widgetFullName, and always s...Avinash R2012-11-071-2/+2
* Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove support...Jörn Zaefferer2012-10-251-1/+1
* Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.Scott González2012-10-251-7/+0
* Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widget...Scott González2012-10-251-2/+0
* Widget: Bind the remove event to the element, not the .widget() element.Scott González2012-10-241-1/+1
* Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...Jörn Zaefferer2012-10-241-3/+5
* Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...Scott González2012-10-241-1/+1
* Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...Marc-Andre Lafortune2012-10-231-1/+7
* Widget: Fixed $.widget.extend() to never copy objects by reference.Scott González2012-10-231-3/+8
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-1/+1
* Widget: $.widget.extend(): Properly handle extending a string with an object....Scott González2012-10-221-1/+5
* Updated docs URLS.Scott González2012-09-261-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Widget: Create lowercase pseudo selectors. Fixes #8433 - Widget: Create lower...Scott González2012-07-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* jQuery may be redefined or not exist do to noConflict, so using the global is...Steven Roussey2012-06-181-1/+1
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-0/+5
* Widget: Create eventNamespace property instead of constantly rebuilding it.Scott González2012-06-141-5/+6
* Generate a uuid for each widget for unique namespaces. Fixes #8385 - Widget: ...Jörn Zaefferer2012-06-141-5/+7
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-5/+5
* Widget: Work around bug in jQuery <1.6.3 where .removeData( dashed-name ) doe...Scott González2012-06-111-1/+4
* Lint fixes.Scott González2012-04-021-10/+10
* Updated copyright year.Scott González2012-03-081-1/+1
* Remove both widgetName and widgetFullName dataJörn Zaefferer2012-03-011-0/+3
* Update Widget data naming/usage. Remove unnecessary fallbacks, update .remove...Jörn Zaefferer2012-03-011-7/+3
* Widget: Rename widgetBaseClass to widgetFullName. Deprecates widgetBaseClass,...Jörn Zaefferer2012-03-011-5/+7
* Update data naming for Widget, including backwards compability. Updated tests...Jörn Zaefferer2012-03-011-3/+11
* JavaScript "strict mode" fixesjdomnitz2012-02-121-1/+1