jquery-ui
jquery-ui copied to clipboard
The official jQuery user interface library.
I have used Autocomplete Widget on our project. But when I import ` ` to our index.cshtml page, it causes our datepicker jquery widget to be seen with a wrong...
Is it possible to lock parent elements on the sortable component but leave the children to be sortable? For instance: https://jsfiddle.net/5mvLfw74/ I would like to sort items `11` and `12`...
When showing multiple months and the current month is not displayed first (e.g. because of maxDate: 0), the user needs to click the previous button multiple times in order to...
**jQuery: v3.6.0** **jQuery UI: - v1.12.1 (with 3.6.0) - 2021-06-12** **jQuery UI: - v1.13.0 (with 3.6.0) - 2021-06-12** (still broken) Drop animation is broken, I'm not sure about other animations...
When format in ('mm/yy' or 'yy-mm') the expression "date.getDate() !== day" will be true, but there is no need to judge the "day" variable.
Having this CSS: ``` * { box-sizing: border-box; } ``` If you try to resize a dialog, then the inner content (ui-dialog-content) is resized wrongly See this fiddle: [http://jsfiddle.net/QBqff/2/](http://jsfiddle.net/QBqff/2/) A...
Hi all, First-time contributor so please forgive any errors or faux pas! I have been working on a project these last few weeks that required a div that is draggable...
Inside a dialog when start scrolling it's content, if a selectmenu was opened, the items container shows like a fixed element. Steps: 1) Click on select menu to show items...
We are upgrading from 1.10.4 to 1.12.1, dialog transition is not smooth as before. we found that ui-effects-wrapper class does not wrap, any particular reason ? **1.10.4**  **1.12.1**...
Please see the demo of the issue here: https://jsfiddle.net/ea8utdyx/ Here are the steps to reproduce the problem: 1. Use a nonstandard date format, like 'D M d yy' 2. Pass...