index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.widget.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Widget: Allow setting individual properties of deep options. Fixes #7035 - Wi...
Scott González
2011-03-24
1
-3
/
+18
*
Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate us...
Scott González
2011-03-23
1
-3
/
+8
*
Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...
Scott González
2011-03-22
1
-1
/
+3
*
Widget: Accept selectors and DOM elements as element-argument to _bind
jzaefferer
2011-03-17
1
-0
/
+2
*
Widget: modified widget to throw exception on attempt to call private methods...
William Kevin Manire
2011-02-16
1
-6
/
+1
*
Widget: Handle super calls when method calls go up and down the inheritance c...
Scott González
2011-02-11
1
-1
/
+11
*
Widget: Only create _super and _superApply once per method, then assign on ev...
Scott González
2011-02-10
1
-5
/
+9
*
Widget: Fixed super methods with deep inheritance chains.
Scott González
2011-02-10
1
-11
/
+18
*
Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - W...
Scott González
2011-02-03
1
-1
/
+1
*
Widget: Modified _trigger to invoke callbacks with apply so that handlers are...
Michael DellaNoce
2011-02-01
1
-3
/
+8
*
Merge branch 'master' into widget-events
Scott González
2011-01-31
1
-5
/
+20
|
\
|
*
Optimize widget's _createWidget method to not store data and bind remove
jzaefferer
2011-01-31
1
-7
/
+8
|
*
Widget: Allow this.element to be the widget instance instead of a DOM element...
Scott González
2011-01-24
1
-1
/
+1
|
*
Widget: Removed comment about storing instances in jQuery.data twice since we...
Scott González
2011-01-23
1
-2
/
+0
|
*
Widget: Allow instantiation without the new keyword.
Scott González
2011-01-22
1
-1
/
+13
|
*
Widget: Added ability to generate an item if no item is passed on creation.
Scott González
2011-01-22
1
-0
/
+2
*
|
Widget: Use focusin/focusout for ._focusable().
Scott González
2011-01-31
1
-3
/
+7
*
|
Widget: Added _hoverable() and _focusable().
Scott González
2011-01-21
1
-0
/
+34
*
|
Widget: Added "dynamic" bindings via ._bind() to allow for proxying.
Scott González
2011-01-18
1
-6
/
+3
*
|
Widget: Added ._bind() for easily binding events with correct context and dis...
Scott González
2011-01-18
1
-0
/
+22
|
/
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
*
Widget: destroy() now calls _destroy() so that widgets don't need to call the...
Scott González
2011-01-14
1
-2
/
+4
*
Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add _...
Scott González
2011-01-14
1
-2
/
+12
*
Widget: Removed unnecessary/incorrect logic for widgetEventPrefix.
Scott González
2011-01-13
1
-1
/
+1
*
Widget: Removed commented out code.
Scott González
2011-01-13
1
-5
/
+0
*
Widget: Removed code for the remove event in jQuery < 1.4.
Scott González
2011-01-13
1
-24
/
+7
*
All: Use .toggleClass() instead of conditionally using .addClass() and .remov...
Xavi
2010-12-19
1
-3
/
+1
*
Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw er...
Scott González
2010-12-10
1
-13
/
+9
*
Widget: Don't throw errors for invalid method calls (wait till 1.9 to add thi...
Scott González
2010-10-21
1
-9
/
+13
*
Widget: Fixed reference to element in _getCreateOptions().
Scott González
2010-10-19
1
-1
/
+1
*
Widget: Simplified _getCreateOptions().
Scott González
2010-10-07
1
-5
/
+1
*
Widget: Added ability to define how to find options on init. Fixes #6158 - Wi...
Scott González
2010-10-06
1
-1
/
+8
*
Widget: Added create event. Fixes #6126 - Widget: Add create event.
Scott González
2010-09-29
1
-0
/
+1
*
Widget: Added _setOptions method for handling normalized options setting. Fix...
Scott González
2010-09-27
1
-4
/
+9
*
Widget: Use charAt instead of substring for private method check.
Daniel Steigerwald
2010-09-20
1
-1
/
+1
*
Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - Wid...
Scott González
2010-09-03
1
-13
/
+23
*
Widget: Throw errors when calling non-existent methods or methods on uninista...
Scott González
2010-08-27
1
-4
/
+9
*
Widget: Refactored code for re-initialization to reduce file size.
Scott González
2010-08-23
1
-4
/
+1
*
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...
Scott González
2010-07-30
1
-1
/
+1
*
Use pushStack in widget method. Fixes #5732 - make the widget method maintain...
jzaefferer
2010-07-30
1
-1
/
+1
*
Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Us...
jzaefferer
2010-07-30
1
-1
/
+2
*
Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:...
Scott González
2010-07-15
1
-1
/
+1
*
All: Added http://jqueryui.com/about to header comments.
Scott González
2010-07-14
1
-1
/
+1
*
All: Define a local undefined variable inside the main closure.
Scott González
2010-07-13
1
-1
/
+1
*
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González
2010-07-09
1
-1
/
+1
|
\
|
*
Core (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove d...
Samuel Cormier-Iijima
2010-07-09
1
-1
/
+1
*
|
Updated copyright headers to make it clear that you can choose between MIT an...
Scott González
2010-07-09
1
-3
/
+3
|
/
*
Changed widget factory to keep generic css framework class -state-disabled in...
Richard D. Worth
2010-03-29
1
-2
/
+2
*
Widget: Fixed a problem with the .remove() proxy.
Scott González
2010-02-06
1
-6
/
+10
*
Happy New Year
Richard Worth
2010-01-20
1
-1
/
+1
[next]