Skip to main content

All Questions

0 votes
1 answer
317 views

Let drag and drop merge if the draggeble item is dropped close at the drop zone

I made a simple game where you have to match the right figures. When you drag a figure near the shadow figure they match. I want to make it so that if you drag the right figure to the right shadow ...
Mick Bosman's user avatar
1 vote
1 answer
327 views

How can i make a draggable item for a touchscreen

i made a game where you have to drag the right numbers to each other (1 -> one). But it does not work on a phone or ipad. I am not able to drag the draggable items with a thoughscreen. /* Add ...
Mick Bosman's user avatar
3 votes
0 answers
319 views

How to use draggable and resizable after drag & drop?

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" &...
psj's user avatar
  • 37
4 votes
1 answer
140 views

JQuery - Unlink draggable element from its scrollable area

I am implementing a drag-drop functionality where there is a scrollable div container (like a bottom bar) containing the elements (divs) that must be dragged to an area above the original container. ...
Atoyansk's user avatar
  • 233
1 vote
1 answer
129 views

Jquery + Css Drag and Drop offset issue

UPDATE: I have updated the jsfiddle to be more clear. To clarify the issue. When a tile is dragged from the bottom row and dropped in the top row it causes the droppable div to offset down from the ...
Brent's user avatar
  • 67
0 votes
1 answer
1k views

jQuery drag and drop to specific container to a newly added container

Please help me about my problem with jQuery drag and drop. I have successfully added the drag and drop to specific container but my problem is that I want to drop an item to another container however ...
johnlopev's user avatar
0 votes
1 answer
1k views

How to cover a div with another div

Say I have divs B-Z all over my webpage. I have div A, which is inserted at the very beginning with position: absolute !important; height: 100% !important; width: 100% !important; which ...
Darshan's user avatar
  • 1,001
1 vote
1 answer
297 views

Drag div to other div

Here is the code and DEMO of my project: http://jsbin.com/erofot/1 What I want to do? I want to users can move .draggabledivs only into table (table/.dropable div) I want to users can move divs ...
Hued Bafuli's user avatar
1 vote
1 answer
531 views

Navigation using jquery ui - drag and droppable: square into middle then execute

I am trying to replicate the functionality found at the following: http://carbonstudio.co.uk using jquery drag and drop. Below you will find where I am upto at the moment. The two issues I am ...
sluggerdog's user avatar
3 votes
1 answer
836 views

Drag & Drop faulty registration after scaling

I'm working on a project where a user has to drag and drop the correct items onto a technical drawing. For example, a motherboard: the user will get a picture of a CPU or DDR memory, and he will have ...
deadconversations's user avatar