jquery-ui
jquery-ui copied to clipboard
The official jQuery user interface library.
Adds support for cookies, and the ability to make cross domain requests.
Since scrolling position may change while dragging, so are the absolute coordinates of the snapElements. Fixes #14694
if there is no real function definition in the AMD define, r.js won't generate an entry for the core.js in the generated bundle, which will make errors if some project...
Still needs tests, but I wanted to make sure the team is good with adding this option. See [ticket 15121](https://bugs.jqueryui.com/ticket/15121).
- Remove code that made the false assumption that if dragging an element out of the greedy child, it is always over the parent. This is not always true, as...
As per discussion in https://bugs.jqueryui.com/ticket/14477, current code submit contains Base text direction support for UI widgets. New option is introduced for relevant widgets 'textDir' with values: 'ltr' - Left-to-right text...
We encountered a problem where the datepicker position would be incorrect for a date input inside a Bootstrap modal. The datepicker would end up offscreen, far below the actual input...
I am having some issues with my project when trying to import JQuery UI css files. I have added the following to my projects' App.scss file. @import url("../node_modules/jquery-ui/themes/base/all.css"); When I...