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
/
tests
/
unit
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Widget: Remove copy-pasta leftovers
Jörn Zaefferer
2013-03-19
1
-4
/
+2
*
Widget tests: Use instance method. Also replace a few instances of $.data in ...
Jörn Zaefferer
2013-03-19
1
-20
/
+21
*
Widgets: Updating to use instance method on bridge
Corey Frang
2013-03-19
1
-2
/
+5
*
Widget: Implement instance method on the bridge to return widget instance - F...
Corey Frang
2013-03-19
1
-0
/
+13
*
Updating 'jQuery' to 1.9.1.
Bruno M. Custódio
2013-02-05
1
-1
/
+1
*
Updating to jQuery 1.9.0
Kris Borchers
2013-01-17
1
-1
/
+1
*
Widget: Don't modify the prototype passed to $.widget(). Fixes #8876 - Callin...
Scott González
2012-12-03
1
-8
/
+41
*
Widget tests: Fixed order of actual and expected.
Scott González
2012-12-03
1
-1
/
+1
*
Upgrade jQuery to 1.8.3.
Scott González
2012-11-14
1
-1
/
+1
*
Widget: Only use the event prefix from the base if we're redefining a widget....
Scott González
2012-11-09
1
-2
/
+6
*
Widget: Suppress disabled check when binding destroy to the remove event. Fix...
Scott González
2012-11-09
1
-0
/
+6
*
Widget: Removed dual storage of widget instances. Fixes #8801 - Widget: Remov...
Scott González
2012-11-09
1
-12
/
+6
*
Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: Abil...
Scott González
2012-11-09
1
-0
/
+40
*
Widget: Bridge falls back to name if there is no widgetFullName, and always s...
Avinash R
2012-11-07
1
-0
/
+53
*
Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...
Jörn Zaefferer
2012-10-24
1
-0
/
+24
*
Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...
Scott González
2012-10-24
1
-0
/
+15
*
Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...
Marc-Andre Lafortune
2012-10-23
1
-0
/
+7
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-4
/
+4
*
Widget: $.widget.extend(): Properly handle extending a string with an object....
Scott González
2012-10-22
1
-5
/
+8
*
Whitespace.
Scott González
2012-10-22
1
-1
/
+1
*
Upgrade jQuery to 1.8.2.
Scott González
2012-09-20
1
-1
/
+1
*
Upgrade jQuery to 1.8.0.
Scott González
2012-08-13
1
-1
/
+1
*
Widget: Create lowercase pseudo selectors. Fixes #8433 - Widget: Create lower...
Scott González
2012-07-09
1
-1
/
+1
*
Tests: Enable QUnit.config.requireExpects.
Scott González
2012-06-27
1
-2
/
+16
*
Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...
Scott González
2012-06-15
1
-1
/
+1
*
Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...
Scott González
2012-06-14
1
-0
/
+77
*
Widget: Create eventNamespace property instead of constantly rebuilding it.
Scott González
2012-06-14
1
-2
/
+2
*
Generate a uuid for each widget for unique namespaces. Fixes #8385 - Widget: ...
Jörn Zaefferer
2012-06-14
1
-3
/
+22
*
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González
2012-06-13
1
-7
/
+7
*
Tests: Run JSHint.
Scott González
2012-04-29
1
-1
/
+5
*
Tests: Moved loadResources to TestHelpers.
Scott González
2012-04-23
1
-7
/
+5
*
Update to official qunit composite addon
Jörn Zaefferer
2012-04-21
1
-2
/
+2
*
Tests: Lint.
Scott González
2012-04-19
1
-9
/
+8
*
Tests: Lint.
Scott González
2012-04-18
2
-50
/
+54
*
Upgrade jQuery to 1.7.2.
Scott González
2012-03-22
1
-1
/
+1
*
Update Widget data naming/usage. Remove unnecessary fallbacks, update .remove...
Jörn Zaefferer
2012-03-01
1
-1
/
+4
*
Update data naming for Widget, including backwards compability. Updated tests...
Jörn Zaefferer
2012-03-01
1
-14
/
+28
*
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
Jörn Zaefferer
2012-02-29
1
-102
/
+102
*
Widget: Allow redefining a widget after other widgets have inherited from it.
Scott González
2012-02-01
1
-1
/
+44
*
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...
Scott González
2012-01-21
1
-0
/
+15
*
Upgrade jQuery to 1.7.1.
Scott González
2011-11-22
1
-1
/
+1
*
Widget tests: Fixed _super() call in redefine test.
Scott González
2011-11-21
1
-1
/
+1
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-5
/
+5
*
Upgrade jQuery to 1.7.
Scott González
2011-11-09
1
-1
/
+1
*
Tests: Added ability to run tests against minified files via ?min=1
Scott González
2011-10-28
1
-2
/
+9
*
Upgraded jQuery to 1.6.4.
Scott González
2011-10-18
1
-1
/
+1
*
Widget: return timer value from _delay
Jörn Zaefferer
2011-09-12
1
-3
/
+5
*
Widget: Add a _delay method. Will be used in various places to replace setTim...
Jörn Zaefferer
2011-09-12
1
-0
/
+24
*
Widget: Tests code cleanup
Jörn Zaefferer
2011-09-12
2
-20
/
+19
*
Widget: Use this.widget() for event delegation.
Scott González
2011-08-12
1
-11
/
+19
[next]