Most voted "ui-draggable" questions
9 questions
Sort by count of
-
1
votes1
answer77
viewsHow to use touch event on iPad with ui-draggable and ui-resizable?
I’m using the following library: //code.jquery.com/ui/1.11.4/jquery-ui.js But when I put it to Mobile or iPad, it stops working, there is some way around the problem? Javascript: $(".container…
-
1
votes1
answer26
viewsHow to make a Rigger draggable?
I’m having trouble positioning an element in the center when I click on a zoom method, an element UI Jquery Draggable is dragged off to the corner, and I click on a zoom tool, it ends up…
-
1
votes1
answer325
viewsDrag and Drop between columns with Sort, move cards between them
I’m developing an application where I have 3 columns of cards, I need the cards to be moved from one column to the other and between each other. I was able to get the card moved to another column,…
-
1
votes0
answers34
viewsHow to perform zoom events by tweezing a "draggable" element?
I have an element that uses ui dragagble, which works when drag element, but I wish I could call the methods zoomIn() / zoomOut(), when you were on the phone, through that pincer event: Pinch Event.…
-
0
votes1
answer186
viewsHow to drag an element when dragging the parent element?
I have an ul with several li inside, and each li has a span: html: <ul class="list-group"> <li class="atividade-style list-group-item"> <span class="atividade"> Item1 </span>…
-
0
votes0
answers46
viewsMove Draggable to right and left and crop dimensions
I have a social network with wowonder, I made a modification on the Timeline page, I took the top cover image in banner format, and I put it on the side, with the size of 280x500, it turns out that…
-
0
votes1
answer12
viewsUsing draggable error when calculating the percentage
I’m using draggable from Jquery UI to do a drag effect (drag), the difficulty is in calculating, from 0 to 100, the drag position within the bar. Look what I’ve done: $('.drag').draggable({ axis:…
-
0
votes1
answer55
viewsHow to drop Draggable element only on Droppable Ivs and not drop to the rest of the screen
Talk, guys, I’m having a little problem here, I stopped using the **Drag and Drop** HTML5 native because it does not support Android browsers, so I started using the Jqueryui. I have some charts…
-
0
votes1
answer150
viewsDrag 'n drop from div with Collapse and position Fixed
Good morning, I want to use the Jquery-Ui Draggable to accomplish the drag 'n drop from a side panel. The problem is that this panel is overlaid the page with a position: fixed and when dragging the…