jquery-ui
jquery-ui copied to clipboard
The official jQuery user interface library.
It can happen that after a non-inline Datepicker is opened, the `` which the datepicker is "attached to" is removed from the DOM. When the user then clicks on the...
[Vite](https://vitejs.dev/) is now the default frontend tooling for projects like [Laravel](https://laravel.com/) and [VueJS](https://github.com/vuejs/create-vue) A number of people are having issues with using jQuery UI and Vite together https://github.com/vitejs/vite/discussions/9415#discussioncomment-3959724
1. what I did: in firefox 105.1 on android 11, went to https://jqueryui.com/autocomplete/ , typed f in the text field, clicked "Fortran" in the completion list 2. what I expected:...
Hi @everyone , I am using jQuery , jQuery UI and jQuery easing for my project and used via NPM (package.json). **While doing vulnerability scan jQuery UI / jQuery easing...
### Description ### Due to the changes introduced in jQuery UI v1.13 for function `getNumber` selecting dateRange `from` date clear out `to` date ``` getNumber = function( match ) {...
Hello, For our webapp has a feature which allows the user to "present" their content for a big screen. For this we apply this CSS ```scss .container { --scale-factor: 1;...
In my project I use simple layout structure: ``` ....menu.... ... ``` If I add container query CSS property "container-type: inline-size" to .content it breaks jQuery UI sortable behaviour. If...
### Description ### HoverClass is not being removed from a parent if there is a disabled droppable between the greedy droppable and the enabled parent. See the image:  ###...
I had some really ugly problems with some jquery ui tab component and could pin it down to a wrong calculation in _isLocal. decodeURIComponent(e) returns https://username:password@serverfqdn/path/file decodeURIComponent(i) returns https://serverfqdn/path/file These...
Per default, with "changeYear: true" the current year is in the middle of the dropdown, allowing selecting a year close to the current one without scrolling.  If I define...