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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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 demo: Fixed typo.
Scott González
2011-08-09
1
-1
/
+1
*
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
2
-1
/
+40
*
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
2
-18
/
+0
*
Backport widget demo from master to get it up on jqueryui.com with the next 1...
Jörn Zaefferer
2011-08-04
3
-1
/
+209
*
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...
Corey Frang
2011-08-03
2
-1
/
+7
*
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
*
Merge pull request #415 from pelme/1-8-stable
Scott González
2011-08-02
2
-2
/
+27
|
\
|
*
Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.
Andreas Pelme
2011-08-02
2
-2
/
+27
|
/
*
Build: Updated release script.
Scott González
2011-08-02
1
-7
/
+8
*
Updating the 1-8-stable version to 1.8.16pre
Scott González
2011-08-01
1
-1
/
+1
*
Tagging the 1.8.15 release.
1.8.15
Scott González
2011-08-01
1
-1
/
+1
*
Upgrade jQuery to 1.6.2.
Scott González
2011-08-01
309
-1493
/
+2158
*
Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ...
Scott González
2011-08-01
1
-15
/
+0
*
Revert "Mouse: Changed mouseHandled check to a local var rather than using or...
Scott González
2011-08-01
1
-8
/
+4
*
jQuery 1.6 support.
Scott González
2011-07-29
18
-54
/
+26812
*
Tests: Added ability to run tests against different versions of jQuery core.
Scott González
2011-07-28
27
-19
/
+61676
*
Tests: Delete everything that fails.
Scott González
2011-07-28
13
-835
/
+6
*
Tests: Deleted failing widget tests.
Scott González
2011-07-28
8
-122
/
+6
*
Accordion tests: Fixed fixture id.
Scott González
2011-07-28
1
-1
/
+1
*
Added compound test suite and updated QUnit.
Scott González
2011-07-28
20
-435
/
+815
*
Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.
Scott González
2011-07-19
1
-1
/
+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
*
Merge pull request #322 from kborchers/bug_5665
Corey Frang
2011-07-19
1
-1
/
+10
*
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
*
Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _sel...
marcneuwirth
2011-06-27
1
-2
/
+1
*
Updating the 1-8-stable version to 1.8.15pre
Scott González
2011-06-17
1
-1
/
+1
*
Tagging the 1.8.14 release.
1.8.14
Scott González
2011-06-17
1
-1
/
+1
*
Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-...
kborchers
2011-06-16
1
-1
/
+1
*
Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row d...
kborchers
2011-06-16
1
-0
/
+1
*
Datepicker: Calculate the max number of rows necessary when displaying months...
kborchers
2011-06-16
1
-1
/
+7
*
Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be u...
Scott González
2011-06-13
1
-10
/
+15
*
Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo 'e...
Scott González
2011-05-28
1
-1
/
+1
*
Droppable: Added dragStart and dragStop to ddmanager and call them from dragg...
kborchers
2011-05-27
2
-0
/
+18
*
Mouse: Optimize the cancel locator, works around a bug where .add(event.targe...
Jay Merrifield
2011-05-26
1
-1
/
+1
*
Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ...
Jeff Remy
2011-05-26
1
-3
/
+31
*
Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still all...
Andrew Powell
2011-05-26
1
-0
/
+1
*
Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...
Glenn Goodrich
2011-05-26
2
-7
/
+17
*
Simulate: account for document scroll in findCenter function. Fixes #6859 - J...
Richard D. Worth
2011-05-26
1
-3
/
+3
*
Sortable: Changed to check the parent's length so that the dom position of th...
kborchers
2011-05-25
1
-1
/
+1
*
Resizable: Remove workaround for handles not working in IE when transparent w...
Scott González
2011-05-20
1
-6
/
+1
*
CSS: added support for konqueror border-radius. Fixed #6097.
jgv
2011-05-18
1
-5
/
+5
*
missing comma(cherry picked from commit 39fab1f39811818887e8906ede21453ef2183...
Jesse Baird
2011-05-18
1
-1
/
+1
[prev]
[next]