jquery-ui
jquery-ui copied to clipboard
The official jQuery user interface library.
Improve the handle detection when they overlap in slider ranges. With this change when you click on the slider it will check if you click over the current overlapping value...
This bug is causing me problems, and can also clearly be seen on the demo at the bottom of https://api.jqueryui.com/menu/. In a nutshell, a menu item with a submenu is...
If I select the "from" date then select the "to" date as the same date as the "from" date, I now can not select the "from" date to any date...
Are there any plans to improve the date picker accessibility for screen readers? Right now if you tab through each day in the calendar using the keyboard, the day and...
After upgrading from version 1.12.1 to 1.13.2 the method datepicker( "destroy" ) do not close and destroy the calendar ui. I have prepared an example at the link below. https://jsfiddle.net/7kdwvgp8/...
This bug might be related to [#9460](https://bugs.jqueryui.com/ticket/9460), but its fix does not fix this issue. If you make a sortable, which "containment" element is placed in an element that is...
Fixes issue #2153 Tooltip stays visible if it's target element is removed by clicking it
[issue link](https://stackoverflow.com/questions/70857293/jquery-ui-tab-interactive-controls-must-not-be-nested) The axe-core DevTools accessibility checker flags a "serious" problem with this code: "Interactive controls must not be nested", with the explanation "Interactive control elements must not have focusable...
When show datepicker in a dialog. The created _dialogInput is behind the dialog. But If I made the dialog draggable and move it. The _dialogInput will not following the dialog....
I want to be able to clone the main draggable elements and be able to drag the cloned element as well. You can run the code here: https://jsfiddle.net/2qatpe47/ CSS: ```...