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/github_actions/github-actions-f50e11107c
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
fixed: some issue with height and refresh, thx to trollix, see: https://githu...
Felix Nagel
2011-06-16
1
-12
/
+22
*
|
fixed: problem (mainly in <= IE7) when select has no id, thx Ryzo and cburgdo...
Felix Nagel
2011-06-07
1
-3
/
+3
*
|
push tag and change comment
Felix Nagel
2011-06-01
1
-1
/
+1
*
|
prepare tag v1.1.0
selectmenu_v1.1.0
Felix Nagel
2011-06-01
1
-1
/
+1
*
|
revert: problems with popup style in multiple browsers because of this pull r...
Felix Nagel
2011-06-01
1
-4
/
+4
*
|
fixed: disable / enable issue when reinit (refresh) selectmenu
Felix Nagel
2011-05-31
1
-6
/
+8
*
|
fixed indentation
Giovanni Giacobbi
2011-05-30
1
-8
/
+8
*
|
running through sed 's/[ \t]*$//' to clean trailing spaces
Giovanni Giacobbi
2011-05-30
1
-70
/
+70
*
|
fixed: issue with z-index, thx to juja, see: https://github.com/fnagel/jquery...
Felix Nagel
2011-05-29
1
-5
/
+8
*
|
Support for non-Latin typeahead
Oleg Shparber
2011-05-25
1
-6
/
+10
*
|
improved: width handling for list and newelement
Felix Nagel
2011-05-24
1
-9
/
+7
*
|
Merge pull request #117 from substantial/selectmenu
Felix Nagel
2011-05-24
1
-1
/
+2
|
\
\
|
*
|
add collision option to position call
Alex May
2011-05-23
1
-1
/
+2
*
|
|
Adding in recursion for moveSelection and moveFocus
gcko
2011-05-24
1
-5
/
+24
*
|
|
merging
gcko
2011-05-24
71
-696
/
+1134
|
\
|
|
|
*
|
Merge commit '1.8.13' into selectmenu
Felix Nagel
2011-05-23
70
-421
/
+717
|
|
\
|
|
|
*
Datepicker: removed conditional mozilla browser check block. Fixes #7322 - Ye...
Andrew Powell
2011-05-12
1
-9
/
+4
|
|
*
Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows...
Scott González
2011-05-12
1
-1
/
+1
|
|
*
Datepicker: Disabled datepicker should disable own select element too. Fixed ...
Kato Kazuyoshi
2011-05-11
1
-0
/
+4
|
|
*
Datepicker: Removed duplicate call to _updateDatepicker when changing option ...
Garrison Locke
2011-05-11
1
-1
/
+2
|
|
*
Slider: add handles in single DOM operation. Fixed #7259 - optimize handle cr...
Adam Baratz
2011-05-11
1
-34
/
+16
|
|
*
Draggable: Remove id when cloning helpers. Fixes #4564 - Draggable+Sortable D...
Kato Kazuyoshi
2011-05-11
1
-2
/
+2
|
|
*
Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of date...
Kato Kazuyoshi
2011-05-11
1
-1
/
+1
|
|
*
Autocomplete: Use appropriate methods for getting scroll values for .prop()/....
Scott González
2011-05-11
1
-4
/
+4
|
|
*
Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 -...
Carson McDonald
2011-05-10
1
-0
/
+2
|
|
*
Mouse: Changed mouseHandled check to a local var rather than using originalEv...
kborchers
2011-05-09
1
-4
/
+8
|
|
*
Datepicker: Moved the setting of _datepickerShowing to after postProcess to ...
Scott González
2011-05-06
1
-1
/
+1
|
|
*
Button: stop disabled button from firing click events. fixes #5945. Behavior ...
Eike Send
2011-05-05
1
-0
/
+5
|
|
*
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #670...
Kato Kazuyoshi
2011-05-04
1
-2
/
+1
|
|
*
Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa...
Kato Kazuyoshi
2011-05-04
1
-7
/
+17
|
|
*
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with Javascrip...
Kato Kazuyoshi
2011-05-04
31
-31
/
+31
|
|
*
Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270.
Mark Johnson
2011-05-02
1
-18
/
+20
|
|
*
Bug fix for another use case, see comment by whittet here: http://bugs.jquery...
whittet
2011-05-02
1
-1
/
+1
|
|
*
Draggable: containment now updates dynamically to handle scrolling container....
Edward Faulkner
2011-05-02
1
-14
/
+28
|
|
*
Datepicker: bind hover events using delegate. Fixed #7256 - minimize event bi...
adambaratz
2011-05-02
1
-20
/
+27
|
|
*
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.
adambaratz
2011-05-02
1
-21
/
+25
|
|
*
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adj...
Scott González
2011-04-27
1
-22
/
+21
|
|
*
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name...
Lopo
2011-04-15
1
-1
/
+1
|
|
*
Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorre...
Scott González
2011-04-15
1
-1
/
+1
|
|
*
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ...
Kyle Florence
2011-04-09
1
-0
/
+1
|
|
*
Dialog: Don't use .attr( props, true ) for creating buttons since that API do...
Scott González
2011-04-07
1
-2
/
+23
|
|
*
Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.
Richard Worth
2011-04-07
1
-0
/
+4
|
|
*
Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only...
Scott González
2011-04-04
1
-34
/
+36
|
|
*
Slider: Properly handle value and value methods as setters. Fixes #4881 - Sli...
Scott González
2011-03-28
1
-0
/
+2
|
|
*
Restructured if/else's for better readability
Giovanni Giacobbi
2011-03-21
1
-11
/
+7
|
|
*
Merge branch '1-8-stable' of github.com:jquery/jquery-ui into 1-8-stable
Scott González
2011-03-18
1
-4
/
+4
|
|
|
\
|
|
|
*
Autocomplete: moved autoFocus implementation to after menu visible for a11y
Richard Worth
2011-03-15
1
-4
/
+4
|
|
*
|
Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes...
Scott González
2011-03-18
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
[prev]
[next]