mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
02a6e6bcb0
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 |
||
---|---|---|
.. | ||
images | ||
all.html | ||
common.js | ||
core.js | ||
datepicker.html | ||
events.js | ||
helper.js | ||
methods.js | ||
options.js |