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-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 (combobox demo): Detect valid entries when typed, but not select...
Scott González
2010-07-20
1
-5
/
+15
*
Autcomplete: Refactored combobox demo.
Scott González
2010-07-20
1
-50
/
+60
*
Autocomplete: Clear selectedItem property whenever the user types something. ...
Scott González
2010-07-20
2
-0
/
+2
*
Autocomplet: refactored handling of menu's selected event.
Scott González
2010-07-20
1
-10
/
+7
*
Autocompelte: Only run a search if the value has changed; switching from a bl...
Scott González
2010-07-20
1
-14
/
+4
*
Merge remote branch 'origin/master'
jzaefferer
2010-07-20
42
-113
/
+273
|
\
|
*
Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ...
Scott González
2010-07-19
1
-0
/
+1
|
*
Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n...
Scott González
2010-07-19
3
-3
/
+9
|
*
Autocompelte demos: Renamed the scrollable demo so the title fits on one line...
Scott González
2010-07-19
1
-1
/
+1
|
*
Autocomplete: Don't update the value of the text field until after setting fo...
Scott González
2010-07-19
1
-2
/
+8
|
*
Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: d...
Scott González
2010-07-19
2
-0
/
+53
|
*
Autocomplete demos: Added more programming languages and alphabetized.
Scott González
2010-07-19
3
-15
/
+24
|
*
Menu: Only look for .ui-menu-item elements to determine if a menu item is the...
Scott González
2010-07-19
1
-2
/
+2
|
*
Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #569...
Scott González
2010-07-19
3
-2
/
+3
|
*
Autocomplete: Moved all demo images into /demos/autocomplete/images.
Scott González
2010-07-19
11
-7
/
+7
|
*
Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - a...
Scott González
2010-07-19
6
-1
/
+15
|
*
Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.
Scott González
2010-07-19
2
-8
/
+16
|
*
Tabs: Fixed select method handling for index of -1.
Scott González
2010-07-17
1
-2
/
+6
|
*
Tabs: Updated tests.
Scott González
2010-07-16
3
-18
/
+6
|
*
Tabs: Fixed a broken commit for #3171.
Tiago Freire
2010-07-16
1
-5
/
+1
|
*
Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ...
Scott González
2010-07-16
1
-6
/
+3
|
*
Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - s...
Holger Rüprich
2010-07-17
1
-0
/
+4
|
*
Autocomplete: Use .outerWidth() for determining the size of the menu. Fixes #...
Scott González
2010-07-16
1
-3
/
+7
|
*
Datepicker: Fixed pt-BR translation. Fixes #5363 - Error in datepicker transl...
Diego
2010-07-16
1
-3
/
+3
|
*
Button performance test: Don't use alert().
Scott González
2010-07-16
1
-1
/
+1
|
*
Accordion: Use .addClass() instead of .toggleClass() during init so the class...
Scott González
2010-07-16
1
-1
/
+3
|
*
Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to r...
Tiago Freire
2010-07-16
1
-3
/
+19
|
*
Button performance test: Added alert for time to initialize.
Scott González
2010-07-16
1
-0
/
+3
|
*
Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet e...
Scott González
2010-07-16
1
-1
/
+1
|
*
Dialog: Removed CSS rules for button styling - let the button plugin handling...
Scott González
2010-07-16
1
-1
/
+1
|
*
Fixed argument shifting for effects. Fixes #5731 - hide and show called with ...
kobrigo
2010-07-16
1
-5
/
+5
|
*
Class animation demos: Don't chain id and class selectors together in CSS sin...
Scott González
2010-07-16
4
-5
/
+5
|
*
Dialog: Fixed whitespace.
Scott González
2010-07-16
1
-9
/
+10
|
*
Dialog: Fixed tests for position option.
Scott González
2010-07-16
1
-26
/
+22
|
*
added empty test for containment by array option
JustinMacCarthy
2010-07-16
1
-0
/
+4
|
*
Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:...
Scott González
2010-07-15
4
-2
/
+49
*
|
argument shifting is not done correctly when the options argument is not supp...
kobrigo
2010-07-16
1
-5
/
+5
|
/
*
Use .children() instead of .find() to manipulate accordion icons. Fixes #4645...
jzaefferer
2010-07-15
1
-4
/
+4
*
Updated test for default position option: Reference using-implementation, as ...
jzaefferer
2010-07-15
1
-7
/
+1
*
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González
2010-07-14
0
-0
/
+0
|
\
|
*
Dialog: Updated test for default position option. QUnit still fails the test ...
Scott González
2010-07-14
1
-1
/
+7
*
|
Dialog: Updated test for default position option. QUnit still fails the test ...
Scott González
2010-07-14
1
-1
/
+13
|
/
*
Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial...
Ben Hollis
2010-07-14
2
-48
/
+141
*
All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
Scott González
2010-07-14
14
-25
/
+123
*
All: Added http://jqueryui.com/about to header comments.
Scott González
2010-07-14
34
-35
/
+35
*
Dialog: Verify that we get a string back from .attr( "title" ) before using t...
Scott González
2010-07-14
2
-0
/
+5
*
Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow bre...
Scott González
2010-07-14
2
-1
/
+203
*
Add support for multiple events, along with hoverintent demo. Fixes #3614 - A...
jzaefferer
2010-07-14
3
-1
/
+135
*
Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links create...
Scott González
2010-07-14
1
-2
/
+0
*
Accordion: Add disabled class to headers and panels to fix styling in IE. Fix...
Scott González
2010-07-14
1
-7
/
+11
[next]