Skip to main content

All Questions

1 vote
1 answer
5k views

Jquery Drag drop - One list with sortable and other list with draggable & droppable without sort

I am trying to drag drop items between two lists, My requirements are, List A (with drag and drop to List B but not sortable) item 1 item 2 item 3 List B (with sortable and drag/drop to List A) ...
US-1234's user avatar
  • 1,529
2 votes
1 answer
4k views

On JQuery UI do one draggable connectToSortable multiple sortables

In JQuery UI, I have a draggable, It have an option connectToSortable as below: $("#social li").draggable({ connectToSortable: '#form_builder_sortable', helper:'clone', revert:...
knowwebapp.com's user avatar
1 vote
1 answer
516 views

difference between draggable and ondragstart

while I was checking some code in a website I came with this question. In the body tag it was written ondragstart="return false" and ondrop="return false", by looking at it, I understood that they ...
Harish's user avatar
  • 1,255
1 vote
0 answers
32 views

jump box when drag in another point how fix jump

Jump box when drag in another point how fix jump. These are my codes here: $('.box_reminded_pop,.boxing').draggable({ connectToSortable: ".line", containment: '.day_table ', }); When I ...
Davod Aslani Fakor's user avatar
6 votes
1 answer
4k views

Drag and drop divs and store position

I'm trying to make a drag and drop script but I'm stuck. What I want to achieve is: to drag elements from one side and put them inside a div. When I move the element inside that div my left and top ...
chris227's user avatar
  • 607
1 vote
3 answers
2k views

JQuery UI: draggable item loses ability to drag/drop after clone-drop

I have some divs that the user can move to a target-div. If they are dropped, a new div will be appended there. But now the user should be able to do it again and again. But after the clone was ...
Gersee's user avatar
  • 806
0 votes
0 answers
793 views

How to drag element by clicking another element by using jQuery UI's draggable

Is there a way to click on element, but drag another element , by using jQuery UI's draggable plugin? I have tried to use handle option, but it works only if the handle is inside of the draggable ...
Engineer's user avatar
  • 48.5k
1 vote
0 answers
527 views

draggable layouts from elements. like gridster.js

I would like to have a page with draggable elements. Something like this gridster demo The only difference is that I would like the user to have the option not only to resize but to hide and show ...
Nicolas Nicolas's user avatar
1 vote
0 answers
74 views

HTML5 Drag Issue: Offset between the cursor and dragged text

I am trying to implement drag/drop in my html page which seems to work fine. The only issue I see is that when I start drag of the draggable text, there is a vertical offset between the cursor and ...
user3101143's user avatar
3 votes
1 answer
7k views

Drag and drop images from one div to another div

i would like to drag some images from divs to another div...i have a div container who has 5 more divs,in those 5 divs are some pngs. What i need is to drag 1 by one these pngs from 1st div to a div ...
OzZie's user avatar
  • 523
13 votes
4 answers
21k views

jquery ui draggable element appears behind other elements?

I am using jquery ui draggable, and eventually droppable to make it possible to reorder pictures into different boxes. When I drag a picture out of the box it appears under all the other elements ...
Kyle's user avatar
  • 33.4k
0 votes
2 answers
361 views

can't drop image from jquery dialog

I can't drop a image inside jquery dialog to a drop area... the image can drag but can't drop on new position on drop area... it moves back when dropped... I modified codes from jquery website, ...
aquatear's user avatar
0 votes
1 answer
245 views

DOM modification after drag and drop using jQuery

I'm new to jQuery. I have implemented a drag and drop scenario. My question is if jQuery automatically modifies the internal DOM after a succesfull drag and drop action is performed. This is my ...
Marquinio's user avatar
  • 4,731
7 votes
1 answer
11k views

Drag and drop using basic jQuery framework

Is it possible to achieve drag and drop using basic jQuery script (without using jQuery UI)?
Anish's user avatar
  • 902
2 votes
1 answer
1k views

jQuery droppable mouseover propagation

I have two Div's, both of them defined as droppable item and can accept the same item. both of the Div's are positioned absolute and sometime they can be one over each other, in this case, when i'm ...
udidu's user avatar
  • 8,529

15 30 50 per page