Questions tagged as 'ui-draggable'

1
answer

How 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, is there any way to get around the problem? Javascript: $(".container .item") .draggable({...
asked by 03.01.2018 / 21:45
1
answer

Drag and Drop between columns with Sort, move the 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 another and between each other. I managed to get the card to be moved to another column, but I can only move it one time, once it i...
asked by 06.07.2018 / 01:35
0
answers

Move Draggable right and left to resize

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 put it on the side, with 280x500 dimension, it happens that Draggable does not want to work correctly on this new...
asked by 16.10.2018 / 23:54
0
answers

Move 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 put it on the side, with 280x500 dimension, it happens that Draggable does not want to work correctly on this new...
asked by 16.10.2018 / 12:24
0
answers

Draggale Drop an object over an Image

Well, I'm trying to use the jQuery Drag feature and I'm having 2 difficulties ... The first one is that my object is disappearing .. the "CLONE" feature that Draggable has does not actually clone .. and the second problem is that my object is...
asked by 15.09.2018 / 02:09
1
answer

How do I drag an element when dragging the parent element?

I have an ul with several li's inside, and each li has a span: html:           <ul class="list-group"> <li class="atividade-style list-group-item"> <span class="atividade"> Item1 </span> <div...
asked by 29.01.2018 / 12:47