Jquery-draggable is a jquery interface to enable draggable functionality on any DOM element. Move any draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.

learn more… | top users | synonyms

0
votes
1answer
18 views

JqueryUI Detect when a group of items are on their droppable target areas

I have 4 drag and drop items, they thay all drag and dropp onto their targets, but should then fire off a 'welldone' event and the part is not working. I've had some help but can;t get this working, ...
0
votes
1answer
14 views

jQuery + PHP - Croopzoom - IE not draggable

I'm riding a picture editor for my CMS It works perfectly in all browsers I've tried but Internet Explorer fails. Failure IE10, in version 8 and 7 also. What happens is that the selection area is ...
0
votes
0answers
27 views

html javascript Put an image over another image and post to facebook

In my web application , the user opens a photo from his pc with javascript ( I use a preview script without uploading to my server ). Then I have a draggable image that the user drags over his photo ...
1
vote
1answer
122 views

jQuery UI - how to check if a draggable item snaps

I'm having issues with a jQuery UI condition. Here is the code: $(function() { $("#draggable2").draggable({ snap: ".ui-widget-header", snapMode: "inner", revert: true ...
0
votes
0answers
8 views

how to insert list text in table on dragging in jquery?

i have list before my table.On dragging this list into thead of table, one column for that list must me created.The insertion can be anywhere i.e. in between two theads. So how can be achieve this in ...
0
votes
1answer
129 views

Jquery UI 1.10.x Dialog drag issue on large body height

In short: When You have document height > window height, scroll down and open dialog - You can not drag it in Firefox. Bug occured only in jQuery UI 1.10.x How to reproduce: jsfiddle: ...
0
votes
1answer
310 views

using jquery inside ajaxcontroltookit's modal popup extender

I am having difficulty using jQuery's draggable functions inside of an ajaxcontroltoolkit's modal pop up extender. If i use this code outside of the panel that gets extended, it works fine but once ...
0
votes
0answers
44 views

How to sort waypoints in route directions AFTER map is generated

reference: Sorting and adding inputs like Google - Get directions Is there a way to sort the directions, AFTER the Google Maps API has generated the directions panel? For instance: Grabbing the ...
0
votes
1answer
53 views

How to restrict the draggable div in this case

I have the following html structure: HTML <div id="outer"> <div id="inner"> <div id="bounds"> <div id="myimage"> </div> ...
1
vote
2answers
57 views

Two different behaviors with Draggable UI helper clone and non-clone, what's going on?

From my understanding the helper option with Draggable UI is only a display effect as described here. But when using it with tables it appears to be bugged (append position is wrong). Example: ...
2
votes
1answer
52 views

Getting setTimeout to work

I have the following code which uses Jquery UI Drag and Drop. When the item is dropped into the area, the drop zone changes into the company logo, then I want a delay and a redirect to the URL within ...
0
votes
1answer
13 views

Sortable + Draggable any where in the container

I am trying to make one page on which a user can sort the items in the UL, in addition user is also allowed to drag and drop it any where else in the container. But if user drops it on other element ...
1
vote
2answers
109 views

Restrict drag only in one direction

Using jQuery Draggable How to restrict a draggable to be dragged only in one direction ? i.e either only top or only bottom when axis: 'y' and either only left or only right when axis: 'x' This ...
0
votes
1answer
45 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
0answers
81 views

Draggable plugin bug on auto-scroll (jquery)

I am working in a project that uses jquery draggable plugin to move widgets (divs) to another place in the page, but I'm having a problem that I'm not being able to solve it. My problem is exactly ...

1 2 3 4
15 30 50 per page