0
votes
0answers
9 views

jQuery UI draggables changing order of revert and stop

I would like to change when revert happens. I would like to have the element fade out, then revert to position. Right now it reverts to it position then fades out which is awkward. I could write my ...
0
votes
0answers
5 views

Is there a way/fix to get the jqueryUI resizable plugin working for mobile devices?

there was also a fix for the drag-and-drop jqueryui plugin for mobile. But the resizable function won´t work. Is there a way to fix this? this is the touch plugin to makes drag-and-drop work: ...
0
votes
1answer
27 views

Using jQuery UI draggable, how can I use a callback function on hover over a droppable object?

I need to append text to a cloned helper object when it's dragged over a droppable object. Is there a way to trigger a callback on hover over a droppable object?
1
vote
1answer
46 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 ...
1
vote
1answer
48 views

How can I drag all elements with same class to element?

jsFiddle: http://jsfiddle.net/XUygj/2/ I need to drag all list items at once with the class "active" upon click of any of these elements and allow them to be dropped on any of the drop container ...
2
votes
1answer
142 views

Making a SVG Text draggable using d3.js

I want to make a text in a d3 visualisation draggable for use in an editor. I started to play with on e of the examples (http://bl.ocks.org/mbostock/4063550). When i add a dragbeheavier to the text ...
1
vote
1answer
71 views

jQuery drag and drop, the drop event doesn't fire when dropping an element on an area that was scrolled

I'm using jQuery UI for my drag and drop and everything is working pretty nicely the only problem I have is that when I'm scrolling and then I'm trying to drag an element and drop it in the scrolled ...
0
votes
1answer
75 views

jQuery UI Droppable: How to make elements more greedy?

I am having a problem with nested droppable elements using jQuery UI. Here's the background: I have a parent droppable element which has child droppable elements that arranged next to each other. ...
0
votes
0answers
36 views

jQueryUI Draggable+Sortable and dynamically created elements with data tags

So we have two lists: one sortable, and one draggable. Draggable one have 'data-insert' attribute. It is hardcodeded into html like so: <li title="Drag me" data-insert="Element 1">Icon ...
0
votes
1answer
38 views

Jquery UI Drag N Drop duplication issue

Here is the link to my page. I am having an issue with the jQuery UI drag n drop functionality. I need it to be able to drag multiple of the same item to the container next to it, and all me to ...
0
votes
1answer
65 views

Dynamically added draggable object not working the first time

I am adding the draggable functionality to an element on a particular user event(hold event). Drag functionality is not working the first time. Hammer(element).on("hold",function(event){ ...
0
votes
0answers
75 views

Jquery UI Droppable on image map

I have an image map defined as below <img src="../../Content/Images/Mapimage.png" usemap="#Map" /> <map name="Map"> <area id="s1" shape="rect" ...
0
votes
0answers
22 views

Invoking the drag function on hold event (Hold and Drag)

I need to implement drag functionality on the hold event. I am implementing the hold event using the hammer.js. How can I invoke the drag event on hold? and disable it on mouseout?
0
votes
0answers
23 views

Revert dragged element if stop on top of element with same class

I'm trying to prevent elements that are draggable to be placed on top of same type of element JsFiddle example <div class="canvas"> <div class="block"></div> <div ...
0
votes
1answer
185 views

Drag and Drop with restricted drop zones

This is my first time trying to use drag and drop controls but I'm having problems figuring out how it works. Currently I have two DIVs and I want to move elements from one div to another. Using ...
0
votes
0answers
17 views

Draggable and sortable between iframe [duplicate]

ReEditing -- i am stuck by two days in a situation. i have a html page in which there are certain elements to drag. And a iframe, having the certain items with sortable. i need to connect parent ...
0
votes
0answers
30 views

jQuery Dragable Sortable and Dropable combination from the Demo Page?

I am looking to combine the jQueryUI dragable and dropable with the sortable, so taking the demo example, how would I implement the sortable option into the images area only. I just need to be able to ...
1
vote
1answer
118 views

jQuery - drag and drop of cloned element

I have a cloned element which I am able to drag however I wish to drop it in a specific div element and if valid not revert back to its original position, however it is always reverting back to its ...
0
votes
1answer
115 views

replace element when drag in drop area

I am trying to write 1 app that have some "p" tag can drag and 1 "div" tag as drop area. When i drag "p" tag into drop area they append in drop area. I can drag 10 "p" tag and more, but i want when ...
0
votes
1answer
111 views

Droppable items not displaying hoverClass if they are shown during drag operation

I know the title is confusing, but the problem is easily reproduced. I have some elements on my page that are droppable (jQueryUI), and the hoverClass shows when they are being dragged over. However, ...
0
votes
1answer
206 views

Drag & Drop in iFrame using jQuery UI issue

I'm using jQuery UI. When I drag element in the iframe and I move mouse out of the iframe, the element is still in the draggable state. So when I move mouse back to the iframe, I can still drag it, ...
0
votes
2answers
159 views

jQuery drag-drop display div name

I need help with one extra add-on for my script. After I have drag and dropped item, it prints out: dropped. Is there a way to print it as class item names? Like: If I'd drag Item1 it would print out ...
3
votes
1answer
790 views

Drag and drop table row from one tabs table to another tabs table - Jquery

I have two tabs(built using boostrap) and each tab has its own table. I need to drag table row from one tab and drop into another tabs table. While dragging i want to open the tab under cursor ...
0
votes
2answers
112 views

Swapping table td on drag

I am trying to swap two TD elements in table on Drag&Drop. I found this plugin Swappable and it works in some way. But when I drag some element the cursor change position to some specific value. I ...
0
votes
1answer
29 views

Drop external file [duplicate]

Im using Jquery ui. I want to drop a external file in a dropzone and get just the path of the file. I think i have to overwrite the default function window.drop. But im not sure how to do it or what ...
0
votes
1answer
69 views

how do i put a draggable back in it's droppable using only code

The basic concept of my app is to map a group of pallets onto a truck. I have a page that allows the user to drag a draggable div "pallet" and place it in a droppable div "slot" on the truck. The ...
0
votes
0answers
59 views

How do I append multi draggables in a td from drop Posistion

sry for my Englisch... I hav a Table with Draggable DIV´s an Dropable TD´s. At First i used the Native DaD of HTML5, but i can´t use multi Drag and Drop with this. Like: http://planning.pytalhost.de/ ...
0
votes
1answer
39 views

Issue with sortable() and how to limit number of sortable items using JQuery

I have two things to ask for. Here is my reference code: http://jsbin.com/axegem/19/ Issue: When I drag and drop divs within one parent, every thing is fine. If I drop the element onto other parent, ...
1
vote
2answers
243 views

Return a new order of the elements after a drag and drop event in JQuery

I have place my sample at the below location : http://jsbin.com/axegem/1 Here is the scenario. When I drag the divs and drop them on to another place, I need to retrieve the new order of the divs. ...
2
votes
2answers
518 views

jQuery drag and drop over reflowable content

I am currently designing an inline text editor. Users will have the ability to drag and drop images into the editor anywhere they want. The editor is entirely iFrame based, heavily relying on nested ...
0
votes
1answer
480 views

Howto use Gridster with div (not ul)

I'm trying to use Gridster, the jQuery Drag & Drop library. However, my HTML has a structure as in this JSFiddle ( http://jsfiddle.net/twashing/4xc6s/5/ ). And I can't get gridster to work. Ie, ...
0
votes
0answers
81 views

Drag and drop on mobile&tablet

I originally created a drag and drop jquery quiz that works perfectly on desktops, using jquery and jquery ui. Now I would like to have it working on mobile and tablet devices too without changing the ...
0
votes
1answer
178 views

jQueryUI Drag-n-Drop: clone not dropping

I'm playing with a little drag & drop ui, and I'm a bit stumped on the DROP. You can see the Fiddle here. IMMEDIATE GOAL: I just need to find out how to get the .draggable span into either of the ...
0
votes
1answer
465 views

jquery drag and drop image's attribute into textarea

I've been having a problem while testing drag and drop functionality. I need images to be draggable into a textarea, and when dropped, the text would be appended by a twitter username stored inside ...
0
votes
1answer
47 views

reposition element when the event dragstart is fired in jquery

I'm trying to reposition an item when the dragstart event is fired. The item should be relocated from the current position of the mouse on the screen before being dragged. The option of relocating ...
1
vote
1answer
73 views

jQuery Drag & Drop not setting background in IE - works on all other browsers

I am trying to set a background image to a DIV with jquery draggable and droppable. It works on all browsers but IE (at least IE 9 which I am testing on). Could not find something wrong in the code, ...
1
vote
1answer
461 views

drag n drop between two tables

I m trying to drag n drop rows between two tables. First table has 3 columns and the second table has 4 columns. I have the drag n drop working. All the examples I have seen generally appendTo at ...
0
votes
0answers
98 views

wordpress style menu manager

I'm trying to make a WordPress style menu manager for my own CMS using php and jquery-ui. I already made the first steps but I don't really know how should I carry on especially how to realize the ...
1
vote
1answer
309 views

jQuery UI - Draggable not working right after dropped

HTML: <div class="character_list"> <div id="draggable" class="character_list_container"> <div><img class="1" src="http://ahna.web44.net//img/charas/13.png" ...
0
votes
0answers
105 views

jquery ui creating new sortable list when sortable is dragged out of list

I have hit a problem. I am making an online version of Scratch. Scratch has blocks that you can put into a stack (a jquery ui sortable). When you drag blocks out of that stack, they turn into their ...
1
vote
2answers
240 views

Change draggable element content after drop

I have 9 draggable elements and I want to make the text in each element active as a unique hyperlink after drop. This will need to be done for each element as most of them have different text. It ...
1
vote
1answer
600 views

Drag and drop with matching using JQuery

I have 9 draggable elements and 9 slots. 5 of the draggable elements need to match their own slots. The other 4 elements need to be droppable on any of the remaining 4 slots...it doesn't matter ...
-2
votes
2answers
148 views

Bind text with selectbox (On Click) Jquery [closed]

I create a small application to add text from textarea to div block..I want when user click on yellow div text not get append and the properties (font family, font size) of the selected text also ...
3
votes
3answers
492 views

Drag multiple elements with jquery.event.drag (JavaScript / jQuery)

I want to dragg multiple elements with the jQuery plugin jquery.event.drag Here is a fiddle of the original demo : Here is the link to the original demo : On the demo, the user clicks on squares he ...
0
votes
1answer
795 views

jQuery drag drop set position of elements

I want to create a timeline with horizontal scroll where one can drag events on timeline. For that i have created a dynamic grid and used jQuery ui Drag drop. It runs fine, but when i scroll it ...
3
votes
1answer
67 views

Draggable objects alignment

Im trying to make draggable objects align to each other from far. its allmost done but the thing that is not working is if you watch carefully at the example, the helpers are 1 move behind.. if u move ...
1
vote
1answer
99 views

How to make two lists interchangeable, and when selection complete save dropped

I am using jQuery and specifying two selectors together. Then I try to refer each variable in this code: UL_HeadersToOmit - is the list to choose from UL_dropedCols - is the list to be passed as ...
0
votes
1answer
341 views

JQuery Draggable Multiple Items with the same id not working

Do you need to give each draggable element a different name? I have 3 images I want to be able to drag them around. I tried to give them all the same id but it fails. I will have a variable number of ...
0
votes
0answers
420 views

JQuery Drag and Drop Sortable List - Clone and Delete - Multiple Lists

I am working on a page where a user has a list of images to chose from. They will drag and drop the image onto another div - a 'canvas'. However, they are allowed to move the tiles around as well as ...
1
vote
1answer
77 views

element cant have z-index maximum when drag in jQuery

i have a dragable item but it is under other html element when i drag it, even i set .item_dragable { cursor: move; z-index: 2147483646; } and on event dragable: jQuerydragable.draggable({ ...

1 2 3 4 5 8