Tagged Questions
0
votes
1answer
38 views
jQuery enable and disable drag and drop selection
I am trying to use threedubmedia's drag and drop selection capability as shown in the demo here. I have all that code figured out, but what I can't figure out is how to enable and disable the ...
2
votes
2answers
30 views
Drag an image on another image and save it to one image (like light augmented reality)
i´m wondering how can i realize this? I want to have an bigger image in the background and be able to drag and drop a smaller image to the position i want on the bigger image and save it finally, so ...
0
votes
0answers
49 views
Drag and Drop in Javascript
Is it possible to write javascript code that say enables drag and drop of links in google search results?
Thing is we need to enable drag and drop support between an SWT based client and a web-based ...
0
votes
0answers
21 views
javascript drag and drop: detect if dropped outside of window
I have two lists of items - each list in a separate browser window. I have Drag n Drop working between them - which lets me move the items between the windows. Sometimes I just move the items within ...
0
votes
1answer
27 views
HTML5 - drag&drop a JPG and receive its width
I want to receive the width of a JPG after dragging it into the browser window. The strange thing is, sometimes it works perfectly and sometimes a width of zero is returned.
fiddle
...
0
votes
0answers
44 views
Is it possible to extend Ali Farhadi's HTML5 Sortable drag and drop plugin to include drag and copy?
So I'm using Ali Farhadi's HTML5 sortable html5 drag and drop plugin to adding sorting functionality to lists. I'm trying to figure out how to add drag and copy functionality if the dragged element ...
0
votes
1answer
25 views
JQuery droppable: get the dragging element properties (height)
I'm implementing standard JQuery drag&drop functionality, though with some specifics: I use custom generated dragging element (using helper function of draggable() initialization):
...
0
votes
0answers
21 views
I wanted to know how to have the same function as Jetstap
I want to know if there is already something that I can use to do this, or at least some tips as to what I will need to accomplish this.
https://www.jetstrap.com/
On the left side there is a toolbar ...
4
votes
1answer
77 views
jquery draggable doesn't allow drag clone images
I'm trying to drop an image in a div, to create images clones inside that div whose id is cesta, but I get only the forbidden symbol.
HTML
<div id='productos' >
...
0
votes
1answer
36 views
Can't get counter variable in event handler
k=0;
var sf = new Array();
function draw_sf (type,sf_text,schriftgroesse,sf_width,sf_height,x0,y0,ports_top,ports_right,ports_bottom,ports_left) {
sf[k] = new Kinetic.Group({
draggable: ...
0
votes
1answer
78 views
Get Position of Drag & Drop Element
i am using the following code: http://www.html5canvastutorials.com/kineticjs/html5-canvas-drag-and-drop-a-group-with-kineticjs/ for Drag & Drop.
My question is: How can i get the actual position ...
0
votes
0answers
21 views
Drag all Divs. “this”
I have this code for DnD an element. It works for an especific element. However I wanna make it work for all divs. I can't reference "this.id" to the move function. I don't what is missing to make it ...
0
votes
1answer
55 views
Can't get Drag and Drop to work with html5/javascript (Solved!)
So I have only been learning html/css/javascript for a few months now and I can't seem to get drag and drop to work with html5/javascript. I'm not actually making a website or anything I'm just trying ...
1
vote
1answer
49 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 ...
0
votes
2answers
92 views
Drag and Drop not dropping
I am a trying to use JS to drag an drop nodes on a family tree. However, the nodes will drag, but will not drop where they are placed. They return to their orginal position.
I am not sure if I am ...
0
votes
0answers
22 views
Enable dropping on specific elements using allowDrop(ev) function
I have several draggable and droppable elements.
Depending on the page state, only some elements can be dropped on others.
I implemented that logic in the drop(ev) function, but i now want to move the ...
0
votes
1answer
46 views
adding ondragstart handler to dynamically created images
I'm trying to add a ondragstart handler to my dynamically created image:
var image = new Image();
image.src = "https://www.filepicker.io/api/file/JhJKMtnRDW9uLYcnkRKW";
image.onload = ...
0
votes
0answers
40 views
google.maps.event.trigger for dragend doesn't work
for some reason, the dragend trigger for the google maps doesn't work for me. see code lines 140-143 at http://jsfiddle.net/wzcst/399/
google.maps.event.trigger(markerA, 'dragend', function() {
...
0
votes
1answer
69 views
basic drag and drop examples not working on rails
[MODIFIED THE CODE TO MAKE IT SIMPLIER] I cannot make work very simple examples of drag and drop with files using jquery and html5. I'm starting to think that it's something related with my rails ...
-3
votes
0answers
23 views
drag and drop the images from the toolbar to the panel and after selecting the line, we can make line between them [closed]
How to make the application using jquery, html that it will allow drag and drop the images from the toolbar to the panel and after selecting the line, we can make lines between them.??
0
votes
0answers
14 views
Html drag'n'drop (browsers real drag'n'drop) image quality for Retina
I set custom image on drag'n'drop start:
var dt = e.dataTransfer;
///...
dt.setDragImage(img, -20, -20);
But image quality for Retina is not good.
Usually, workaround of images quality for Retina ...
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
29 views
How to change value of form from drag/drop?
I have a drag and drop feature in my web app, which is shown below. I am trying to get the items that are dragged into the the #contributors div to be placed into a textbox named ...
0
votes
1answer
76 views
HTML5 Drag and Drop for Quiz
I'm making web-based quiz to help some people get some qualifications. After recently discovering the wonderful world of HTML5 (I've been previously programming in XHTML), I thought the ability to ...
-1
votes
1answer
80 views
A drag-and-drop file upload Javascript library
I am looking for a JavaScript drag-and-drop file upload library like minus.com here
A drag-and-drop should trigger uploading right away.
I understand there is a decent jQuery library ...
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
22 views
onbeforemousemove to get mouse's old position?
I'm working on a drag and drop lib and i would like to add the mouse's position variation to the dragged element's actual position instead of just setting it's position to the current cursor position ...
0
votes
0answers
54 views
Dragging and Dropping Images With a Grid
I'm trying to make a desktop of sorts for myself. I used a W3Schools example to figure out how to do this. What I have so far is about 12 row-fluids, shown here. However, I can't figure out how to ...
0
votes
0answers
82 views
JavaScript - dragend and drop events not firing
I want to make whole HTML blocks draggable, not just text or images, so i've come up with this : http://jsfiddle.net/8D7YK/
The drag end event won't fire when i release the mouse button. Neither will ...
0
votes
1answer
51 views
drag and drop not working, dont allow drop on a div
Im trying to create an aplication using drag and drop. When Im trying to drop the element on a div called 'serviciosARealizar', it doesnt allow. Please help
HTML
<div id='aceite' ...
0
votes
1answer
47 views
Get reference to original element when dropped
I am using HTML5 native drag and drop for dropping images into a div. Here is an example: http://jsbin.com/ipojuk/1/
The problem is, once dropped the same image should not be dropped again. How to ...
2
votes
2answers
122 views
How to get the Actual image width and height after drop event
I have been working on the following paradigm, in order to learn "how to drag an image from my desktop and drop it in my browser" works with Html 5. But after I drop the image, I just can't get the ...
0
votes
1answer
66 views
Moving element with JavaScript in HTML5
I'm coding a web application where the user can pan a map by dragging an image inside a div element with the mouse. Unfortunately, I need it to be cross-browser, to support IE 6-9, Firefox, Chrome and ...
0
votes
1answer
42 views
Unable to drag a button element in Firefox
I'm having an issue with a project I'm working on. It's a web application with an interface that partly exists out of drag 'n drop elements.
The issue is that the draggable div elements work fine but ...
0
votes
1answer
28 views
Tags with Drag and Drop
Please take a loot at the following link:
http://alturl.com/mupfp
In the second tab I can Drag elements from "Available Room Class" box (left side) into "Rooms Class In Your Hotel" (right side).
...
0
votes
1answer
181 views
Javascript roulette table, drag and drop
Good morning everyone,
I need to create a roulette table where you can drag a poker chip on the number(graphically) using only javascript/css/html.
Question 1: What would be the best approach for ...
0
votes
1answer
217 views
HTML5 + Javascript drag n drop
my question is based kind of on this example but there are some differences..
http://jsfiddle.net/raad/SSxdB/15/
i use a menu, which has 3-4 categories, and each category, has 4 items..
so i want to ...
0
votes
1answer
50 views
Enhancement for HTML Drag and Drop upload file?
I know this question is a bit naive, but I think it's good to put it on here anyway.
I have a HTML drag and drop upload file. My question is that if it is possible that when user clicks on the ...
1
vote
1answer
84 views
Leaflet.js Marker is not draggable even if draggable= true
I'm using a map and some markers of the Leaflet.js framework.
When the user clicks "edit" on my page, I want to make the markers draggable. So far, I set for each marker the property "draggable" = ...
0
votes
2answers
143 views
simple HTML5 drop file site website which zip the dropped files
I would like to create a HTML5 website which the user simply drop the files and press a "submit" button which a javascript function creates a .zip archive of the dropped files.
My question is: Is ...
0
votes
1answer
43 views
Pass object through dataTransfer
I'm trying to figure out a way to pass a native object through javascript's event.dataTransfer for drag and drop. I'm writing the front end editor portion of a CMS, and want users to be able to drag ...
0
votes
0answers
41 views
change the cursor after dragging onto google maps
I want that the cursor changes from the standard "textSelectCursor" when I start to drag the element to another cursor image, and change it back after the drag ends and the element is dropped on the ...
0
votes
1answer
51 views
Resize a draggable fill with EaselJS
I've got a project where I'm using EaselJS to create a fill (rectangle) and text over it inside a container. My objective is to make this rectangle and text draggable to move it over the canvas. This ...
0
votes
0answers
238 views
Kendo grid drag and drop issue
We are using kendo drag and drop functionality inside the kendo grid table.
1) If the user provide data on any editable fields and without saving the data, if user click/jump to other field for edit. ...
0
votes
2answers
70 views
Drag and Drop Library. Drag Start Event
I am making a chess game in which I have to put a handler on Drag-Start event. I am currently using Redips Library for drag-drop but it doesn't seem to have a Drag-Start event dispatcher.
I have also ...
0
votes
3answers
137 views
How to create a drag and drop area to upload files like Gmail?
In Gmail, while composing an email, if you drag a file to the compose area (editor) to attach a file, the compose area turns to a drag and drop area to upload files.
I would like to know how to do ...
1
vote
3answers
105 views
JavaScript Drag/Drop a Div on a Web Page [duplicate]
I am trying to code up some JavaScript that will allow me to move a div on a web page. That is, I want to make it so that you can click and drag a div from one location on the page to another. My ...
0
votes
0answers
33 views
javascript touchend if element is over another
Confused on the best method to measure if an element is over another element (visually) during a touchend event. Essentially I'm implementing a touch-friendly drag and drop.
I've seen a little bit on ...
2
votes
2answers
103 views
chrome 26, mac-only issue with Drag And Drop and DataTransfer: can't access “text/html”
I'm developing a web-app using the Drag-and-Drop API to collect resources from various websites.
With this API, I intend to parse the HTML of dragged resources to get the URLs of links and texts and ...
0
votes
0answers
34 views
drag element within bounds: javascript
I am creating a draggable element to be used as a slider. Currently I am working on creating boundaries for which the element is only allowed to be dragged within. I'm having a few problems with the ...




