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
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
*
Autocomplete: Append menu to body and reset z-index on every suggestion.
Scott González
2010-03-11
6
-9
/
+32
*
button: remove ui-helper-hidden-accessible instead of .show() on destroy. Fix...
Richard Worth
2010-03-11
1
-1
/
+1
*
Checkbox must not be all the way hidden for change to fire in IE. Switched ou...
Richard Worth
2010-03-11
2
-1
/
+42
*
Fixed #5294 - button icon class typo
Richard Worth
2010-03-10
1
-1
/
+1
*
button default demo: prevent navigation to # when clicking on anchor button
Richard Worth
2010-03-10
1
-1
/
+1
*
Fixed #5305 - Autocomplete: open event should trigger after the menu is opene...
Richard Worth
2010-03-08
1
-1
/
+1
*
Filter properties to forward to dialog events on resize and drag etc. - fix f...
Jörn Zaefferer
2010-03-05
1
-6
/
+22
*
Pass through resizable and draggable ui objects in dialog - partial fix for #...
Jörn Zaefferer
2010-03-05
1
-11
/
+11
*
button: added visual test for #5254 - Input, button and anchor buttons aren't...
Richard Worth
2010-03-04
1
-0
/
+58
*
Tabs: Fixed id generation for cookies.
Scott González
2010-03-04
1
-2
/
+3
*
Button: quote the value when searching for attributes.
Scott González
2010-03-04
1
-2
/
+2
*
Effects: Proper argument shuffling when calling show/hide/toggle without a sp...
Scott González
2010-03-04
1
-0
/
+4
*
Remove isFF2 flag in ui.core - should have been dropped together with the FF2...
Jörn Zaefferer
2010-03-03
1
-2
/
+0
*
Dialog: Fixed modal overlay instance tracking.
Scott González
2010-03-03
1
-7
/
+7
*
Datepicker: Handle empty string for animation duration.
Scott González
2010-03-03
1
-1
/
+1
*
Datepicker: Tamil localisation
Keith Wood
2010-03-02
3
-0
/
+26
*
Button: Add disabled class on init if the disabled option is set to true.
Scott González
2010-03-02
1
-0
/
+4
*
Buttonset: Use :data(button) instead of .ui-button to find buttons that have ...
Scott González
2010-03-02
1
-2
/
+2
*
Button demo: Fixed duplicate id.
Scott González
2010-03-02
1
-2
/
+2
*
Autocomplete: search against label instead of value when both are provided.
Scott González
2010-02-27
1
-1
/
+1
*
Datepicker: Add Faroese localisation
Keith Wood
2010-02-26
3
-0
/
+26
*
set trunk version to 1.8pre
Richard Worth
2010-02-25
1
-1
/
+1
*
set trunk version to 1.8rc3
1.8rc3
Richard Worth
2010-02-25
1
-1
/
+1
*
Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...
Richard Worth
2010-02-25
37
-1874
/
+1392
*
Visual testcase for #4231
Jörn Zaefferer
2010-02-24
1
-0
/
+79
*
ajax tabs demo: renamed tabs to fit on the demo template
Jörn Zaefferer
2010-02-24
1
-5
/
+5
*
Externals: updated jquery.cookie plugin to http://github.com/carhartl/jquery-...
Richard Worth
2010-02-24
7
-102
/
+94
*
Fix for #4451 - ajax tabs error handling
Jörn Zaefferer
2010-02-24
5
-4
/
+38
*
Accordion: Fixed oldContent and newContent for events.
Scott González
2010-02-24
1
-2
/
+2
*
Dialog: Use .height() to calculate height of dialog before drag.
Scott González
2010-02-24
1
-1
/
+1
*
Autocomplete: Fixed class removal in .destroy().
Scott González
2010-02-23
1
-1
/
+1
*
Autocomplete: Reposition menu every time it opens.
Scott González
2010-02-23
1
-7
/
+6
*
Dialog: ESC key event was not being canceled after it was handled (Fixed #492...
Brant Burnett
2010-02-22
1
-4
/
+12
*
Dialog: Changed height measurement to hide content because IE quirks mode ign...
Brant Burnett
2010-02-22
2
-7
/
+46
*
Datepicker: Fixed #5156 Added Chinese Hong Kong localisation
Keith Wood
2010-02-22
3
-0
/
+4
*
use button on accordion demo page with a button-eleement
Jörn Zaefferer
2010-02-20
1
-1
/
+2
*
partial for #5126 - less rows in remote demo to avoid scrolling
Jörn Zaefferer
2010-02-20
1
-1
/
+1
*
partial for #5126 - improved custom data demo
Jörn Zaefferer
2010-02-20
1
-3
/
+2
*
partial for #5126 - extra classes for combobox input
Jörn Zaefferer
2010-02-20
1
-2
/
+1
*
partial for #5126 - less rows in remote jsonp demo to avoid scrolling
Jörn Zaefferer
2010-02-20
1
-1
/
+1
*
Sortable: Only trigger over event when changing the current container.
Scott González
2010-02-20
1
-2
/
+2
*
Autocomplete: Added a "ui-autocomplete-input" class to the text field.
Scott González
2010-02-20
1
-0
/
+1
*
Autocomplete: Deactivate menu on close.
Scott González
2010-02-20
1
-2
/
+3
*
Draggable: Don't try to stack if there are no elements in the stacking group.
Scott González
2010-02-18
1
-0
/
+1
*
Effects: Properly normalizing arguments for named speeds.
Scott González
2010-02-18
1
-1
/
+1
*
Buttons: Removed the logic for triggering click events on checkboxes and radi...
Scott González
2010-02-18
2
-15
/
+0
*
Button: Added missing semicolons;
Scott González
2010-02-18
1
-2
/
+2
*
Autocomplete: Fixed bug with bgiframe usage.
Scott González
2010-02-18
1
-1
/
+1
*
Dialog: Overlays are now cached for reuse with subsequent dialogs (Fixed #518...
Brant Burnett
2010-02-17
1
-7
/
+10
*
no delay need for local data
Jörn Zaefferer
2010-02-17
1
-0
/
+1
[next]