Skip to main content

All Questions

1 vote
0 answers
51 views

Why draggable object jump on the random position jQuery?

I work with draggable and dropablle object, and I have issues with jumping objects on random place. I have few dropablle areas, and dragable objects, for this I use script: $('.draggable-box')....
Andrew's user avatar
  • 622
0 votes
1 answer
140 views

Jquery draggable/droppable and overflow style

I am having a problem with a drag and drop system using CSS overflow values to vertically scroll a list of values that can be dragged between selected and unselected values. However when you drag from ...
Morgan Richards's user avatar
1 vote
1 answer
283 views

Jquery draggable helper affected by css changes on original element

I'm using JQuery UI to enable the drag and drop on some elements. My problem is that the helper of the drag and drop feature is affected by changes on the original dragged element. For example if the ...
Ciappone's user avatar
0 votes
1 answer
106 views

Dynamic div width after drop using jquery ui

I need to create a workflow builder. I use jquery ui for drag'n'drop. I drag elements onto the div with the canvas id. Here is its css overflow-x: scroll; width: auto; overflow-y: scroll; The ...
Koder 228's user avatar
  • 200
0 votes
1 answer
540 views

Group elements and drag group with jQuery UI

I'm using Draggable and Droppable in jQuery UI to create a Solitaire card game. If a dragged card has other cards over it and all these cards are in a descending straight flush (like 5 of clubs in ...
Allan_Slade's user avatar
-1 votes
1 answer
277 views

How to avoid the superposition of divs in jquery ui draggable?

I am dynamically generating some divs inside a container and these are draggable using the latest version of jquery-ui. The problem is when a div moves to another position, it does not respect the ...
Carmen B.'s user avatar
  • 349
0 votes
2 answers
2k views

Implement the Drag&Drop for sidebar menu

I have 2 vertical div: left and central panel. I use the left div like a sidebar menu and I would like to implement a drag&drop to move the left sidebar to a new right sidebar (to move the menu ...
Safari's user avatar
  • 11.7k
0 votes
0 answers
37 views

JQuery UI drag and drop without the drag/drop action as such

I have an in-progress web page that needs puch touch adding but you should get the idea at http://mailandthings.co.uk/test123.htm Is it possible at all, mainly really for mobile devices, so that ...
Simon Askey's user avatar
0 votes
1 answer
286 views

jQueryUI: restrict container height on drag and drop element

I have achieved a drag & drop functionality using the jquery UI. Here is the js fiddle (http://jsfiddle.net/metm0v0f/) for it. When I drop a div from one div to another div, I wanted to ...
Alpha Geek's user avatar
1 vote
1 answer
5k views

how to make responsive drag and drop absolute positioning?

I'm making a dragNdrop web app using JqueryUI. the problem is it's not responsive. Can someone help me with this? heres my js code $(document).ready(function() { $(".draggable").draggable({ ...
Jquery Newbie's user avatar
0 votes
2 answers
2k views

Jquery drag and drop scrollbar issue

Full HTML file below. Question below that. <!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.js"></script> <...
majortom84's user avatar
2 votes
2 answers
3k views

Drag and Drop at particular Location + Occupy space available in Main Div

As You can see in Figure 1 . I have a Main div - which is Droppable With Four Draggables namely A , B , C , Fit. On drag Of A , B or C div into the droppable Main Div - It occupies the space as ...
Amar Singh's user avatar
  • 5,592
0 votes
1 answer
2k views

Jquery UI Draggable and Swappable

This is my first time using jquery ui and the layout plugin. I've made several divs that need to be swappable essentially. I linked a jsfiddle of my current layout so you can see what I'm trying to do....
Tyharo's user avatar
  • 383
3 votes
1 answer
4k views

Drag and drop swap using jQuery

I was wondering how to do a drag and drop swap with jQuery. I have 3 parent divs, and I have 2 child divs. I want the child divs to be droppable in a parent div without a child div, but I don't want ...
Random Channel's user avatar
5 votes
2 answers
14k views

how to make drag and drop jquery?

I've been wondering how to make drag and drop with jQuery, because it is difficult to use the javascript drag and drop, and I prefer to use jQuery instead of javascript. What I want is for the child ...
Random Channel's user avatar

15 30 50 per page