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-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into core-1.6.1
Scott González
2011-07-25
67
-1848
/
+3251
|
\
|
*
Widget demo: Add a button to change the color of the widget.
Scott González
2011-07-20
1
-4
/
+22
|
*
Merge pull request #368 from kborchers/bug_3532_2
Scott González
2011-07-20
1
-11
/
+13
|
|
\
|
|
*
Accordion: Stop current hide animation, jump to last animation and calculate ...
kborchers
2011-07-20
1
-11
/
+13
|
*
|
Menu: Passed the original event that causes a blur through collapseAll to blu...
kborchers
2011-07-19
2
-5
/
+28
|
*
|
Merge branch 'master' of github.com:jquery/jquery-ui
Richard D. Worth
2011-07-19
0
-0
/
+0
|
|
\
\
|
|
*
|
Add Hans Hillen to AUTHORS.txt
Jörn Zaefferer
2011-07-19
1
-0
/
+1
|
*
|
|
Add Hans Hillen to AUTHORS.txt
Jörn Zaefferer
2011-07-19
1
-0
/
+1
|
*
|
|
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #756...
Richard D. Worth
2011-07-19
1
-1
/
+1
|
|
/
/
|
*
|
Datepicker: show inline datepicker setting explicit display:block instead of ...
Richard D. Worth
2011-07-19
2
-1
/
+26
|
*
|
Readme: Add contributor instructions, for someone not looking at site or wiki...
Jörn Zaefferer
2011-07-15
1
-0
/
+12
|
*
|
Menu: Changed closeAll to collapseAll and updated in Menubar, also updated a ...
kborchers
2011-07-14
2
-7
/
+7
|
*
|
Menu: Fix formatting and whitespace (was supposed to update previous commit)
Jörn Zaefferer
2011-07-14
1
-4
/
+7
|
*
|
Menu: Check if submenu is already open and if so, don't call open again. Fixe...
kborchers
2011-07-14
1
-0
/
+4
|
*
|
Tooltip: Handle ESCAPE key event to close tooltip when target has focus.
Jörn Zaefferer
2011-07-13
1
-2
/
+9
|
*
|
Menu: Remove the ui-state-active class from the siblings of the newly activat...
kborchers
2011-07-13
1
-0
/
+2
|
*
|
Menubar: Trigger select event after running all other methods. Allows the sel...
Jörn Zaefferer
2011-07-13
2
-9
/
+11
|
*
|
Accordion: Fixed key handling.
Scott González
2011-07-12
1
-5
/
+7
|
*
|
Position: Cleanup up position demo CSS and add it to the within-visual-test
Jörn Zaefferer
2011-07-12
2
-8
/
+19
|
*
|
Merge remote branch 'bmsterling/position'
Jörn Zaefferer
2011-07-12
4
-1
/
+205
|
|
\
\
|
|
*
|
Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ...
Benjamin Sterling
2011-07-11
4
-1
/
+205
|
*
|
|
Menu: Added close on click outside using technique from popup
kborchers
2011-07-12
1
-0
/
+8
|
*
|
|
Extend .gitignore with Eclipse WTP .settings
Jörn Zaefferer
2011-07-12
1
-0
/
+1
|
*
|
|
Dialog: Append the dialog to the body early to make sure styles from the clas...
Scott González
2011-07-12
1
-3
/
+2
|
*
|
|
Merge remote branch 'kborchers/menubar-autoExpand'
Jörn Zaefferer
2011-07-09
2
-1
/
+23
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Menubar: Added the autoExpand option and modified the default demo to show fu...
kborchers
2011-07-07
2
-1
/
+23
|
*
|
|
Merge remote branch 'kborchers/menu-expand-collapse'
Jörn Zaefferer
2011-07-06
1
-6
/
+6
|
|
\
\
\
|
|
*
|
|
Menu: Changed left and right methods to collapse and expand respectively.
kborchers
2011-07-05
1
-6
/
+6
|
|
|
/
/
|
*
|
|
Merge remote branch 'pgraham/master'
Jörn Zaefferer
2011-06-28
2
-3
/
+16
|
|
\
\
\
|
|
*
|
|
Updated guard against unparsed characters to allow extra characters as long a...
Philip Graham
2011-06-28
2
-3
/
+16
|
*
|
|
|
Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...
marcneuwirth
2011-06-28
2
-0
/
+18
|
*
|
|
|
Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...
marcneuwirth
2011-06-28
2
-0
/
+12
|
|
/
/
/
|
*
|
|
Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown
Corey Frang
2011-06-23
1
-1
/
+1
|
*
|
|
Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately...
Corey Frang
2011-06-23
2
-4
/
+23
|
*
|
|
Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the in...
Corey Frang
2011-06-23
1
-0
/
+15
|
*
|
|
Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _sel...
marcneuwirth
2011-06-22
1
-2
/
+1
|
|
/
/
|
*
|
Effects.*: DRY the complete callback execution into the 'done' callback passe...
gnarf
2011-06-21
14
-83
/
+49
|
*
|
Effects.*: Style Guidance
gnarf
2011-06-21
10
-51
/
+74
|
*
|
Effects.*: Updating Effect Method API to avoid duplicating the queue call - F...
gnarf
2011-06-21
14
-814
/
+785
|
|
/
|
*
Merge pull request #353 from kborchers/bug_7043
Scott González
2011-06-16
2
-2
/
+9
|
|
\
|
|
*
Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-...
kborchers
2011-06-13
1
-1
/
+1
|
|
*
Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row d...
kborchers
2011-06-13
1
-0
/
+1
|
|
*
Datepicker: Calculate the max number of rows necessary when displaying months...
kborchers
2011-05-27
1
-1
/
+7
|
*
|
Merge pull request #322 from kborchers/bug_5665
Corey Frang
2011-06-16
1
-1
/
+10
|
|
\
\
|
|
*
|
Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: D...
kborchers
2011-05-20
1
-1
/
+10
|
*
|
|
Merge pull request #365 from kborchers/bug_7475
Scott González
2011-06-15
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #...
kborchers
2011-06-14
1
-2
/
+2
|
*
|
|
|
Tests: Adding visual/unit tests for scale effect.
gnarf
2011-06-14
6
-49
/
+286
|
*
|
|
|
Effects.scale: Update the position of the element post animation to avoid jum...
gnarf
2011-06-14
1
-3
/
+46
|
*
|
|
|
Spinner: modified _spin and _setOption to call new method _trimValue to check...
beatryder
2011-06-13
1
-7
/
+18
[next]