-
I am using Dotclear blog software, which provide a widget for the blog categories with a resulting code looking like this:<div class="widget categories "> <h3>Catégories</......
-
I am trying to create a dynamic sub-menu. For example, the top-level items are load and edit. Whenever the menu is focused, a get JSON is called and the result used to populate the possible items to ......
-
I am new to javascript and have been looking into jquery-ui.js.There is a ui-menu function, which keeps the menu focused when the menu item is clicked. The menu closes when one clicks outside the ......
-
My issue is that I have a set of divs. When I am dragging any of them and they reach the side (not exactly the side, but the equivalent of the side. So it does not always snap to the side of another ......
-
I have a long text with many tooltips. I am using the following script which works very well but only on the first screen: if I scroll the page (even by one line) it no longer works. Do you have an ......
-
I am using jQuery-UI resizable on three elements, like this:$("#element1, #element2, #element3").resizable();All good and well.. BUT I need to set max/min- height, width. I can't see way in the ......
-
I am using the jQuery UI resizable and draggable functions. First I create a new element, append it to the body and set the containmentsfunction setDraggable(){ $div = $(document.createElement('......
-
HTML:<svg width="400" height="110" style="background:red"> <rect id="rectangle" width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" /> </......
-
I used to use jquery ui on my website www.iusefaith.com but have stopped yet Google lighthouse still sees Jquery Ui on my website. Here is a link to the lighthouse report. Lighthouse says I have ......
-
Since there are HTML DOM attributes to make an element draggable, droppable and resizable, is there something like it for selectable?I want to remove JQueryUI dependency (and not replace it with ......
-
How to get the exact dropped elelement with jquery ui droppableI have 2 or more elements overlay.And when I drop an element jquery ui run the "drop" event for each element no juste the ......
-
When user is trying to drop the element in the droppable zone the dragged element lies half inside the droppable zone and other part out of the container...
-
I would like to explicitly set the options in a range slider (https://jqueryui.com/slider/#range) as an array of values rather than min/max/step generated set of values.Is there any way to do this "......
-
I am using JQueryUI scale slider pips, i have a issue in sliding the scale when both Min and Max year set to last year. Could you please help me how does the pulgin works when both Min and Max values ......
-
I have set up a slider with jquery ui. I want the handle of the slider to be hidden initially and only show up, after the user clicks on the slider. I managed to hide the handle by setting display to ......