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
*
jQuery may be redefined or not exist do to noConflict, so using the global is...
Steven Roussey
2012-06-18
1
-1
/
+1
*
Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...
Scott González
2012-06-14
1
-0
/
+5
*
Widget: Create eventNamespace property instead of constantly rebuilding it.
Scott González
2012-06-14
1
-5
/
+6
*
Generate a uuid for each widget for unique namespaces. Fixes #8385 - Widget: ...
Jörn Zaefferer
2012-06-14
1
-5
/
+7
*
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González
2012-06-13
1
-5
/
+5
*
Widget: Work around bug in jQuery <1.6.3 where .removeData( dashed-name ) doe...
Scott González
2012-06-11
1
-1
/
+4
*
Lint fixes.
Scott González
2012-04-02
1
-10
/
+10
*
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
Remove both widgetName and widgetFullName data
Jörn Zaefferer
2012-03-01
1
-0
/
+3
*
Update Widget data naming/usage. Remove unnecessary fallbacks, update .remove...
Jörn Zaefferer
2012-03-01
1
-7
/
+3
*
Widget: Rename widgetBaseClass to widgetFullName. Deprecates widgetBaseClass,...
Jörn Zaefferer
2012-03-01
1
-5
/
+7
*
Update data naming for Widget, including backwards compability. Updated tests...
Jörn Zaefferer
2012-03-01
1
-3
/
+11
*
JavaScript "strict mode" fixes
jdomnitz
2012-02-12
1
-1
/
+1
*
Widget: Allow redefining a widget after other widgets have inherited from it.
Scott González
2012-02-01
1
-25
/
+49
*
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...
Scott González
2012-01-21
1
-1
/
+2
*
Widget: Set guid on event handler proxies so direct unbinding works.
Scott González
2012-01-07
1
-0
/
+7
*
Widget: Simplify data normalization in _trigger().
Scott González
2011-11-21
1
-7
/
+2
*
Widget: Don't use $.event.props when creating events.
Scott González
2011-11-21
1
-13
/
+12
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-4
/
+4
*
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target...
Scott González
2011-11-10
1
-0
/
+4
*
Widget: Define this.document properly when instantiating a widget on a docume...
Scott González
2011-11-07
1
-1
/
+5
*
Widget: Use parentWindow if defaultView doesn't exist.
Scott González
2011-10-21
1
-1
/
+1
*
Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...
Scott González
2011-10-20
1
-0
/
+2
*
Widget: Refactoring setOptions loop to remove unnesecary closure / that refer...
Corey Frang
2011-10-19
1
-4
/
+5
*
Widget: return timer value from _delay
Jörn Zaefferer
2011-09-12
1
-1
/
+1
*
Widget: Get rid of `var self`
Jörn Zaefferer
2011-09-12
1
-2
/
+2
*
Widget: Add a _delay method. Will be used in various places to replace setTim...
Jörn Zaefferer
2011-09-12
1
-0
/
+9
*
Widget: Use this.widget() for event delegation.
Scott González
2011-08-12
1
-1
/
+1
*
Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery...
Scott González
2011-08-09
1
-1
/
+4
*
Widget delegation: Small if-simplify refactoring
Jörn Zaefferer
2011-07-28
1
-3
/
+3
*
Whitespace cleanup
Jörn Zaefferer
2011-06-20
1
-7
/
+7
*
Widget delegation: Fix impl and add basisc test
Jörn Zaefferer
2011-06-19
1
-1
/
+1
*
Merge branch 'master' into widget-delegation
Jörn Zaefferer
2011-06-19
1
-5
/
+9
|
\
|
*
Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend .opti...
Scott González
2011-06-09
1
-5
/
+9
*
|
Widget delegation: First draft
Jörn Zaefferer
2011-06-08
1
-2
/
+11
|
/
*
Widget: Fixed _show() and _hide() implementation and added tests.
Scott González
2011-05-30
1
-3
/
+15
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-1
/
+1
*
Tooltip: Changed custom animation demo and changed the logic for showing tool...
Scott González
2011-05-28
1
-1
/
+1
*
Widget: Added $.widget.extend() which does deep extending, but only on plain ...
Jörn Zaefferer
2011-05-11
1
-6
/
+23
*
Widget: show/hide effects added BackCompat
gnarf
2011-05-02
1
-2
/
+2
*
widget: Updating code for show/hide to use new effects API namespace - DRY'ed...
gnarf
2011-05-02
1
-12
/
+3
*
Merge branch 'master' into tooltip-animations
Jörn Zaefferer
2011-05-02
1
-1
/
+4
|
\
|
*
Widget: define a null default for the create callback.
Scott González
2011-04-25
1
-1
/
+4
*
|
Tooltip: Overhaul widget animations code to allow delay with plain show/hide
Jörn Zaefferer
2011-05-02
1
-5
/
+16
*
|
Tooltip: Add support for delaying showing/hiding. Still need to figure
jzaefferer
2011-04-21
1
-1
/
+3
*
|
Custom tooltip animations based on widget-animations branch.
jzaefferer
2011-04-15
1
-0
/
+20
|
/
*
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
[next]