jquery-ui
jquery-ui copied to clipboard
The official jQuery user interface library.
I know core.js is deprecated, but until then if one is using individual files as opposed to the bundled version they might encounter an issue in which requirejs can't find...
The `jquery-patch` reference was included with the `.js` extension which is not allowed in AMD. Fixes gh-2107
add minimize and restore button in dialog title
fixes #1979
This is a small change to fix #2078. The input's "input" event is triggered in addition to the "change" event.
This proposal is made to ensure if the event should be canceled if the first element in the [composedPath](https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath) (or the event.target as fallback) matches with the options.cancel selector This...
- Don't bind the element if it already exists - Use closest instead of parents and remove each for selectable mouseStart event
When reducing the size of a dialog when the content has a scroll bar, it continuously shrinks each time you click (as in click down, move, click up, repeat). I've...
When I hide **options** in my select by setting the **hidden** attribute and also preselect an option, then I get an error when opening the selectmenu. Here is the code...
Added the following: - datepicker-mm-zg.js for Zawgyi font - datepicker-mm-uni.js for Unicode font Please feel free to review.