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
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Widget: Throw errors when calling non-existent methods or methods on uninista...
Scott González
2010-08-27
1
-4
/
+9
*
Position: Handle $(document) and $(window) for the of option. Fixes #5963 - P...
Scott González
2010-08-27
1
-3
/
+4
*
Position: Created center variable for better minification. Fixes #5964 - Comb...
Scott González
2010-08-27
1
-13
/
+12
*
Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes #5723...
Scott González
2010-08-27
1
-12
/
+51
*
Core: Re-ordered functions.
Scott González
2010-08-27
1
-63
/
+70
*
Autocomplete: Abort existing ajax requests when running new searches.
Scott González
2010-08-24
1
-1
/
+5
*
Autocomplete: Don't handle remote data if it's not the most recent request. F...
Scott González
2010-08-24
1
-2
/
+7
*
Widget: Refactored code for re-initialization to reduce file size.
Scott González
2010-08-23
1
-4
/
+1
*
Button: Read disabled attribute from original element if disabled option is n...
Scott González
2010-08-18
1
-0
/
+5
*
Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore butto...
Scott González
2010-08-18
1
-5
/
+7
*
Position: Fix flip collision. Fixes #5932 - Position: flip collision handling...
Ben Hollis
2010-08-11
1
-3
/
+6
*
Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.
ph-ausseil
2010-08-11
1
-1
/
+1
*
Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan localizat...
Scott González
2010-08-11
1
-0
/
+23
*
Autocomplete: changed menu activated function to check if the offset is great...
Robson Braga Araujo
2010-08-11
1
-1
/
+1
*
Autocomplete: changed the search function to always store the last term that ...
Robson Braga Araujo
2010-08-11
1
-4
/
+5
*
Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Probl...
Scott González
2010-08-10
3
-3
/
+3
*
Effects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - ...
malsup
2010-08-09
1
-4
/
+4
*
Autocomplete: Handle clicks outside the autocomplete after scrolling the resu...
Scott González
2010-08-05
1
-1
/
+18
*
Autocomplete: Don't reset text field value on blur unless it will actually ch...
Scott González
2010-08-04
1
-1
/
+4
*
Datepicker: use a setTimeout 0 so the same code can run in IE (as other brows...
Richard D. Worth
2010-08-04
1
-2
/
+5
*
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...
Ziling Zhao
2010-07-30
1
-0
/
+4
*
Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...
Scott González
2010-07-30
1
-0
/
+12
*
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...
Scott González
2010-07-30
4
-4
/
+4
*
Use pushStack in widget method. Fixes #5732 - make the widget method maintain...
jzaefferer
2010-07-30
4
-4
/
+4
*
Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Us...
jzaefferer
2010-07-30
1
-1
/
+2
*
Dialog: Wrap buttons in a div so we can float the div instead of the individu...
Scott González
2010-07-29
1
-2
/
+5
*
Progressbar: cleanup.
Scott González
2010-07-29
1
-25
/
+12
*
Tabs: coding standards.
Scott González
2010-07-28
1
-349
/
+365
*
Accordion: minor cleanup.
Scott González
2010-07-27
1
-91
/
+93
*
Core: Coding standards.
Scott González
2010-07-22
1
-71
/
+78
*
Accordion: Coding standards.
Scott González
2010-07-22
1
-207
/
+280
*
Core: Better support for areas in :focusable and :tabbable selectors. Partial...
Scott González
2010-07-22
1
-6
/
+19
*
Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...
Scott González
2010-07-21
2
-6
/
+45
*
Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...
Scott González
2010-07-21
1
-1
/
+4
*
Autocomplete: Fixed bad reference to ownerDocument.
Scott González
2010-07-21
1
-1
/
+1
*
Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...
Scott González
2010-07-21
1
-2
/
+6
*
Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ...
Scott González
2010-07-21
1
-1
/
+5
*
Dialog: Don't set specific dimensions on the overlay - let it expand based on...
Scott González
2010-07-20
1
-5
/
+1
*
Accordion: Use this.headers instead of parsing the DOM to find headers when d...
Scott González
2010-07-20
1
-1
/
+1
*
Autocomplete: Prevent the default behavior of pressing enter when the menu is...
Scott González
2010-07-20
1
-1
/
+1
*
Autocomplete: Clear selectedItem property whenever the user types something. ...
Scott González
2010-07-20
1
-0
/
+1
*
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
*
Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n...
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
*
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
*
Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.
Scott González
2010-07-19
1
-7
/
+10
*
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
1
-7
/
+3
*
Tabs: Fixed a broken commit for #3171.
Tiago Freire
2010-07-16
1
-5
/
+1
[next]