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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to a...
David Petersen
2011-03-27
1
-7
/
+25
*
Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt...
David Petersen
2011-03-27
1
-26
/
+58
*
Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fix...
David Petersen
2011-03-27
1
-16
/
+36
*
Tabs: Deprecate url method; use aria-controls instead of title to specify pan...
David Petersen
2011-03-27
1
-37
/
+50
*
Use this.running to know if we are still in process of showing/hidding a tab
David Petersen
2011-03-26
1
-6
/
+13
*
Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ...
David Petersen
2011-03-26
1
-119
/
+159
*
Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method
David Petersen
2011-03-26
1
-4
/
+6
*
Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and re...
David Petersen
2011-03-26
1
-78
/
+85
*
Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate enable...
David Petersen
2011-03-26
1
-4
/
+41
*
Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option
David Petersen
2011-03-26
1
-19
/
+32
*
Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort method
David Petersen
2011-03-26
1
-23
/
+29
*
Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7...
David Petersen
2011-03-26
1
-49
/
+101
*
Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methods
David Petersen
2011-03-26
1
-111
/
+116
*
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
*
Accordion: Added missing semicolon.
Scott González
2011-03-23
1
-1
/
+1
*
Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...
Scott González
2011-03-22
1
-1
/
+3
*
Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...
Scott González
2011-03-22
1
-1
/
+4
*
Position: Coding standards.
Scott González
2011-03-22
1
-25
/
+29
*
Position: Merged offset option into my and at options and added support for p...
Scott González
2011-03-22
1
-13
/
+77
*
Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui
Scott González
2011-03-22
1
-1
/
+0
|
\
|
*
Spinner: Remove debugging output that appends directly to the body from mouse...
adam j. sontag
2011-03-21
1
-1
/
+0
*
|
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
adam j. sontag
2011-03-21
1
-0
/
+1
|
/
*
Position: Fixed typo.
Scott González
2011-03-21
1
-1
/
+1
*
Position: Removed unused refenrece to $.fn.offset.
Scott González
2011-03-21
1
-2
/
+1
*
Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-ui
Scott González
2011-03-21
1
-21
/
+41
|
\
|
*
Tabs: Fix disable and enable methods to correctly handle when index is undefi...
David Petersen
2011-03-21
1
-21
/
+41
*
|
Restructured if/else's for better readability
Giovanni Giacobbi
2011-03-20
1
-11
/
+7
*
|
Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes...
Scott González
2011-03-18
1
-1
/
+1
*
|
Menu: Close submenu on ESCAPE keypress
jzaefferer
2011-03-17
1
-0
/
+6
*
|
Widget: Accept selectors and DOM elements as element-argument to _bind
jzaefferer
2011-03-17
1
-0
/
+2
*
|
Menu: Implement delaying of opening and closing submenus
jzaefferer
2011-03-17
1
-4
/
+18
*
|
Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 -...
Scott González
2011-03-15
1
-2
/
+7
*
|
Autocomplete: moved autoFocus implementation to after menu visible for a11y
Richard Worth
2011-03-15
1
-4
/
+4
*
|
Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-ui
Scott González
2011-03-15
1
-29
/
+46
|
\
\
|
*
|
effects.explode: correcting my misspelled variable name :/
gnarf
2011-03-12
1
-18
/
+16
|
*
|
effects.explode: rework math used to split the div into peices - split the bo...
gnarf
2011-03-11
1
-26
/
+45
*
|
|
Datepicker: Updated to check for new or old style effects (see #7103).
gnarf
2011-03-15
1
-2
/
+6
*
|
|
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[...
gnarf
2011-03-15
14
-21
/
+44
*
|
|
Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...
Richard Worth
2011-03-15
1
-1
/
+1
*
|
|
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...
Richard Worth
2011-03-15
1
-0
/
+5
*
|
|
Accordion: set aria-selected to true on selected header, false on others. Fix...
Richard Worth
2011-03-15
1
-0
/
+5
*
|
|
Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ...
Matt Hoskins
2011-03-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Button: find associated label even without common ancestor. Fixes #7092 - but...
ddstreet
2011-03-11
1
-2
/
+10
*
|
Merge branch 'ddmanager-caches-wrong-dimensions' of https://github.com/Eleotl...
Scott González
2011-03-11
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Droppable: enabled and accepting droppables are now activated prior to evalua...
Marcel Toele
2011-03-11
1
-2
/
+2
*
|
effects.core: Another place where args.callback was used that escaped my firs...
gnarf
2011-03-11
1
-3
/
+3
*
|
effects.*: Explode effect was removing more elements than it should upon comp...
gnarf
2011-03-10
1
-14
/
+22
|
/
*
Effects: Handle just passing an effect name.
Scott González
2011-03-09
1
-0
/
+5
*
Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into gnarf...
Scott González
2011-03-09
14
-669
/
+894
|
\
[next]