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-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
jtr-test
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
...
*
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi local...
Richard D. Worth
2012-02-15
1
-0
/
+23
*
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer loc...
Douglas
2012-02-12
1
-0
/
+23
*
Autocomplete: Set context for ajax requests instead of relying on default con...
Scott González
2012-02-11
1
-1
/
+3
*
Slider: Prevent the default action on keydown if we're listening for the pres...
Scott González
2012-02-09
1
-6
/
+2
*
Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ...
Scott González
2012-02-08
1
-1
/
+1
*
Resizable: Removed Opera relative/absolute positioning exception code. Fixed...
TJ VanToll
2012-02-08
1
-35
/
+1
*
Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - ....
Scott González
2012-02-02
1
-0
/
+1
*
Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #...
levushka
2012-02-01
1
-2
/
+2
*
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Mace...
stojce
2012-01-20
1
-1
/
+1
*
Datepicker: added check to account for multiple pickers on one page. Fixed #5...
ryanolton
2012-01-20
1
-1
/
+4
*
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYea...
clear00
2012-01-20
1
-7
/
+7
*
Sortable: Added a variable to track if initialization is complete. Fixes #475...
SpoonNZ
2012-01-20
1
-1
/
+5
*
Core: Access offsetHeight on div for support tests to avoid a layout bug in I...
Scott González
2012-01-19
1
-0
/
+5
*
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: The...
Scott González
2012-01-19
1
-1
/
+1
*
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ...
Scott González
2012-01-18
1
-5
/
+3
*
Datepicker i18n (nl-BE): Removed BOM.
Scott González
2012-01-12
1
-2
/
+2
*
Selectable: Explicitly check event.ctrlKey now that jQuery differentiates bet...
Scott González
2011-11-22
1
-4
/
+4
*
Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - Datepick...
Jay Oster
2011-11-21
1
-1
/
+2
*
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009...
Michael P. Jung
2011-11-21
1
-1
/
+1
*
Widget: Don't use $.event.props when creating events.
Scott González
2011-11-21
1
-12
/
+12
*
jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry ...
igor milla
2011-11-19
1
-1
/
+2
*
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium)...
David De Sloovere
2011-11-19
1
-0
/
+23
*
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepic...
stojce
2011-11-19
1
-0
/
+23
*
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK...
William Griffiths
2011-11-19
1
-0
/
+23
*
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxe...
Michel Weimerskirch
2011-11-19
1
-0
/
+23
*
Selectable: add ui-selectee class to elements matching filter on refresh. Fix...
Richard D. Worth
2011-11-16
1
-0
/
+1
*
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target...
Scott González
2011-11-10
1
-0
/
+4
*
Accordion: Fixed #7238 - Problem with accordion slide animation fixed width c...
Gaëtan Muller
2011-11-07
1
-5
/
+5
*
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan lan...
Scott González
2011-11-01
1
-2
/
+2
*
Position: Added a check for fraction support in element positions. Fixes #725...
kborchers
2011-10-26
1
-3
/
+49
*
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ...
Scott González
2011-10-25
1
-1
/
+3
*
Button: Create text span in correct document.
Scott González
2011-10-20
1
-1
/
+1
*
Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ...
Scott González
2011-10-18
1
-0
/
+8
*
Sortable: replaced hard-coded sortable with this.widgetName, and removed line...
Richard D. Worth
2011-09-27
1
-10
/
+9
*
Datepicker: Added additional check to checkExternalClick to work when clickin...
kborchers
2011-09-16
1
-15
/
+14
*
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hu...
Richard D. Worth
2011-09-13
1
-1
/
+1
*
Datepicker i17n hu: Corrected some spellings and abbreviations as well as dat...
Richard D. Worth
2011-09-13
1
-6
/
+6
*
Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...
Scott González
2011-09-06
1
-3
/
+3
*
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...
Corey Frang
2011-08-20
1
-1
/
+1
*
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...
Corey Frang
2011-08-19
1
-3
/
+3
*
Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.elem...
Scott González
2011-08-12
1
-2
/
+2
*
Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - Dr...
Scott González
2011-08-12
1
-9
/
+11
*
Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666...
Scott González
2011-08-10
1
-1
/
+2
*
Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery...
Scott González
2011-08-09
1
-2
/
+8
*
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...
Karl Kirch
2011-08-09
1
-1
/
+7
*
Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName....
Scott González
2011-08-09
1
-1
/
+3
*
Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...
Scott González
2011-08-09
1
-8
/
+0
*
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...
Corey Frang
2011-08-03
1
-1
/
+1
*
Mouse: Changed mouseHandled check to a local var rather than using originalEv...
kborchers
2011-08-02
1
-4
/
+8
*
Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui anima...
Corey Frang
2011-08-02
1
-3
/
+20
[prev]
[next]