jquery-ui/ui/widgets
Porter Clevidence 02a6e6bcb0
Datepicker: Hide the UI on destroy
When the datepicker UI is shown and then destroyed programmatically:
```js
$( "#datepicker" ).datepicker( "destroy" );
```
hide the datepicker UI without the need for an explicit user action.
Previously, in 1.12 the UI would not disappear immediately but only after the
first `mousedown`. In later 1.13 versions, the UI would not disappear at all.

Fixes gh-2178
Closes gh-2268
2024-08-05 19:30:53 +02:00
..
accordion.js All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
autocomplete.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
button.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
checkboxradio.js All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
controlgroup.js Docs: Change a few most common domains from HTTP to HTTPS 2024-04-26 16:25:34 +02:00
datepicker.js Datepicker: Hide the UI on destroy 2024-08-05 19:30:53 +02:00
dialog.js Dialog: Add aria-modal support 2024-06-14 13:04:00 +02:00
draggable.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
droppable.js Core: Make back compat disabled by default 2024-05-13 18:11:57 +02:00
menu.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
mouse.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
progressbar.js Docs: Change a few most common domains from HTTP to HTTPS 2024-04-26 16:25:34 +02:00
resizable.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
selectable.js Docs: Change a few most common domains from HTTP to HTTPS 2024-04-26 16:25:34 +02:00
selectmenu.js All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
slider.js Docs: Change a few most common domains from HTTP to HTTPS 2024-04-26 16:25:34 +02:00
sortable.js Sortable: Rename storedStylesheet to _storedStylesheet 2024-05-15 00:38:40 +02:00
spinner.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00
tabs.js All: Stop relying on jquery-patch.js internally, add tests 2024-05-15 00:38:40 +02:00
tooltip.js All: Drop support for IE & some other browsers (but mostly IE) 2024-05-15 00:38:40 +02:00