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
path:
root
/
ui
/
widgets
Commit message (
Expand
)
Author
Age
Files
Lines
*
All: Resolve most jQuery Migrate warnings
Michał Gołębiowski-Owczarek
2020-05-16
3
-3
/
+3
*
Datepicker: Fixed current instance memory leak and added unit testcases
jigar gala
2020-03-23
1
-0
/
+1
*
All: Remove usage of jQuery positional selectors
Michał Gołębiowski-Owczarek
2020-01-22
3
-5
/
+11
*
All: Use expr.pseudos instead of deprecated expr.filters
Maksymenkov Eugene
2019-12-08
1
-1
/
+1
*
All: Migrate away from deprecated/removed Core APIs
Michał Gołębiowski-Owczarek
2019-12-08
13
-29
/
+31
*
Dialog: Fix shared event handler for modal dialogs
Scott González
2017-05-17
1
-15
/
+14
*
All: Remove uses of `jQuery.proxy()`
Scott González
2017-05-17
1
-2
/
+2
*
Core: Fix JQMIGRATE warning about `jQuery.expr[":"]`
Eirik Sletteberg
2017-05-02
2
-2
/
+2
*
Menu: Ignore mouse events triggered due to page scrolling
Scott González
2017-05-02
1
-0
/
+12
*
Menu: Handle mouse movement mixed with keyboard navigation
Scott González
2017-05-02
1
-23
/
+33
*
Menu: Don't focus dividers when wrapping via keyboard navigation
Scott González
2017-05-02
1
-11
/
+13
*
Button: Fix backcompat when called on collection of mixed elements
Alexander Schmitz
2017-05-02
1
-14
/
+73
*
Sortable: Fix various scrolling issues
A. Wells
2017-05-02
1
-129
/
+168
*
Menu: Close menus immediately on selection or click outside
Scott González
2017-04-25
1
-2
/
+2
*
Resizable: Keep user-provided handles on destroy
Konstantin Dinev
2017-04-17
1
-3
/
+2
*
Resizable: Keep user defined handles on _setOption
Konstantin Dinev
2017-02-24
1
-2
/
+6
*
Spinner: Ignore `mousewheel` events when not focused
Scott González
2017-02-21
1
-1
/
+5
*
Datepicker: Fix prev/next button behavior with `showCurrentAtPos`
claudi
2017-01-25
1
-3
/
+1
*
Autocomplete: Fix IE/Edge scrolling issues
Ryan Oriecuia
2017-01-25
1
-23
/
+11
*
Selectmenu: Don't render options with the `hidden` attribute
Scott González
2016-11-16
1
-0
/
+4
*
Tooltip: Clear interval for delayed tracking tooltips on remove
pallxk
2016-11-16
1
-0
/
+4
*
Spinner: Fix typo
Kyle Rosenberg
2016-11-02
1
-7
/
+7
*
Sortable: Fix `z-index` switching from `auto` to `0`
Jeremy Mickelson
2016-10-19
1
-7
/
+10
*
Form: Rename from `.form()` to `._form()` since its not for public use
Scott González
2016-10-11
1
-1
/
+1
*
Sortable: Setting table row placeholder height to be same as sorted row
Kevin Cupp
2016-10-04
1
-9
/
+15
*
Checkboxradio: Don't add ui-state-hover to icons
Alexander Schmitz
2016-10-04
1
-3
/
+0
*
Sortable: Fix parent offset detection
Robin
2016-10-04
1
-2
/
+6
*
Droppable: Use `$.ui.intersect()`
Evelyn Masso
2016-10-03
1
-4
/
+4
*
Tabs: Remove presentation role
milk54
2016-09-29
1
-1
/
+0
*
Resizable: Fix aspectRatio cannot be changed after initialization.
Sergei Ratnikov
2016-09-28
1
-0
/
+3
*
Sortable: Use an event object for simulated `mouseup` in `cancel()`
Scott González
2016-09-14
1
-1
/
+1
*
Draggable: Fix spurious blur in dialogs on mousedown
Ryan Oriecuia
2016-09-13
1
-6
/
+5
*
Slider: Add demo for custom handle
Scott González
2016-09-13
1
-1
/
+3
*
Controlgroup: Don't use `String.prototype.trim()`
Scott González
2016-08-31
1
-1
/
+1
*
Tabs: Strip hash from remote content URLs
Scott González
2016-08-31
1
-1
/
+4
*
Menu: Support number pad keyboard input
Felix Nagel
2016-08-24
1
-1
/
+4
*
Dialog: Support deprecated button options
Scott González
2016-07-25
1
-1
/
+11
*
Controlgroup: Handle child elements that don't have options defined
Scott González
2016-07-13
1
-0
/
+2
*
Checkboxradio: Fix label handling with jQuery 3.x
Scott González
2016-07-12
1
-2
/
+10
*
Controlgroup: Correctly handle non-empty child class key
Gabriel Schulhof
2016-07-06
1
-4
/
+16
*
Controlgroup: Add "only" position to class generator functions
Alexander Schmitz
2016-06-09
1
-3
/
+10
*
Checkboxradio: Use new `ui-state-checked` class in checkboxradio
Alexander Schmitz
2016-06-06
1
-5
/
+4
*
Controlgroup: Fix rendering of labels
Alexander Schmitz
2016-05-26
1
-4
/
+9
*
Controlgroup: Fix issues with compatibility with spinner
Alexander Schmitz
2016-05-26
1
-1
/
+5
*
Controlgroup: Don't remove existing classes classes
Alexander Schmitz
2016-05-26
1
-9
/
+25
*
Tabs: Fix test
Scott González
2016-05-25
1
-2
/
+2
*
Tabs: Fix default `classes` option
Scott González
2016-05-25
1
-1
/
+1
*
Droppable: Re-expose `$.ui.intersect()`
Scott González
2016-05-04
1
-1
/
+1
*
Tooltip: Fix re-enabling of delegated tooltips
Scott González
2016-04-21
1
-9
/
+15
*
Selectable: Proper handling of inner scrolling
Alexey Balchunas
2016-04-21
1
-6
/
+18
[next]