Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

34
votes
4answers
21k views

How can I make a jQuery UI 'draggable()' div draggable for touchscreen?

I have a jQuery UI draggable() that works in Firefox and Chrome. The user interface concept is basically click to create a "post-it" type item. Basically, I click or tap on div#everything (100% high ...
16
votes
5answers
8k views

jQuery Drag And Drop Using Live Events

I have an application with a long list that changes frequently, and I need the items of that list to be draggable. I've been using the jQuery UI draggable plugin, but it is slow to add to 400+ list ...
15
votes
4answers
5k views

grouping draggable objects with jquery-ui draggable

I want to use jquery draggable/droppable to let the user select a group of objects (each one has a checkbox in the corner) and then drag all the selected objects as a group... I can't figure out for ...
14
votes
1answer
447 views

Calculating window dragging and skewing in JavaScript

I am using JavaScript and trying to make a skew effect on a div. First, take a look at this video: http://www.youtube.com/watch?v=ny5Uy81smpE (0:40-0:60 should be enough). The video shows some nice ...
13
votes
3answers
228 views

Start drag with another element

is it possible to start the drag with another element? For example: http://jsbin.com/igohod/edit#preview I want to start dragging #ct when I click on the #icon. Notably, #icon is not descended from ...
12
votes
6answers
16k views

jQuery draggable:sortable

I am using the JQuery libs to implement drag and drop. How do I get at the element that is being dragged when it is dropped into sortable list? I want to get the id of the div being dragged. The ...
10
votes
2answers
779 views

HOW TO: Draggable legend in matplotlib

QUESTION: I'm drawing a legend on an axes object in matplotlib but the default positioning which claims to place it in a smart place doesn't seem to work. Ideally, I'd like to have the legend be ...
9
votes
6answers
7k views

jQuery Sortable and Droppable

I want to have a list that is sortable, but I also want the elements in that list to be droppable to the divs I have defined as droppable. I can't seem to find a way to do it. Any ideas?
9
votes
6answers
6k views

Is there a JQuery plugin which combines Draggable and Selectable

I'm looking to implement a web interface with a number of items which can be selected and dragged around to position them, either in groups or singly. Rather like the Windows Desktop, really. We're ...
8
votes
7answers
8k views

jQuery Safari/Chrome incompatibility with draggable containment property

This code works in Firefox, Internet Explorer, not in Safari/Chrome: <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" ...
7
votes
3answers
827 views

JQuery draggable with ease

I would like to achieve the ease effect with Jquery's draggable. But I did not find the option in this plugin. So I was wondering if there are other plugins that have this option - or an easy ...
7
votes
3answers
821 views

jQuery droppable - receiving events during drag over (not just on initial drag over)

I am using jQuery droppable (in conjunction with jQuery draggable) to allow the user to add rows to an HTML table by dragging items from a list and dropping them on the table. This works well, ...
7
votes
3answers
1k views

JQuery Draggable and Resizeable over IFrames (Solution)

I recently ran into some troubles using JQuery Draggable and Resizable plugins. Looking for solutions, i found some very fragmented code in many different places and finally filed down to a clean ...
7
votes
6answers
14k views

jQuery draggable + droppable: how to snap dropped element to dropped-on element

I have my screen divided into two DIVs. In the left DIV I have a few 50x50 pixel DIVs, in the right DIV I have an empty grid made of 80x80 LIs. The DIVs on the left are draggable, and once dropped on ...
6
votes
3answers
358 views

jQuery UI Dialog / Drag Question

Using jQuery UI Dialog. Works great, but currently, when I drag a dialog, it will not move off screen (the entire dialog is always in the viewport). Is there a way to set up the dialog so I can drag ...
6
votes
1answer
301 views

jquery draggable revert is not pixel perfect

I'm experimenting with jQuery draggable. When dragging then reverting, the revert does not always position the draggable object exactly back to where it started - it can be several pixels out. html: ...
6
votes
1answer
2k views

jQuery Droppable, get the element dropped

A small question hopefully with a simple answer, I am using jQuery draggable and droppable to place items into a dock. Using the below code for the drop. $("#dock").droppable({ drop: ...
5
votes
1answer
122 views

How to implement a TinyMCE Table Drag Handle?

In tinyMCE you can use the table plugin to insert tables, and that is fine. Now when it comes to moving the table around in your content, it's a bit more tricky. The correct way of doing it at the ...
5
votes
1answer
94 views

how to drag from a scrollable div to a droppable and then drag again?

I have a scrollable list on the left of the page (overflow:auto) and several droppables on the right of the page. I found a workaround to allow an element to be dragged from the list to a container ...
5
votes
2answers
2k views

Setting z-index on draggable elements

I am trying to set the z-index on draggable elements using jQuery. You can see what I am talking about and what I have so far here: http://jsfiddle.net/sushik/LQ4JT/1/ It is very primitive and there ...
5
votes
1answer
160 views

How can I drop an image to a container and then update the container based on what was dropped to it?

I'd like to be able to drag an image into one of two containers (container 1 and container 2). From there, depending on which container the image was dropped to, I'd like to update that container with ...
5
votes
1answer
1k views

jQuery UI Draggable/Sortable - Get reference to new item

I am using the jQuery UI Draggable/Sortable demo (http://jqueryui.com/demos/draggable/#sortable) for the basis of my project. I need to get a reference to the <li> that gets cloned into the ...
5
votes
2answers
357 views

Can jquery UI draggable be “position-aware” of other elements?

I'm implementing jquery UI draggable and have 2 of these draggables that you see on the linked page. They're of course draggable, so I can move them around as needed. How would I make them aware of ...
5
votes
1answer
3k views

jQuery - CSS - Rotate Div by drag mouse event

I'm searching since a few day without real result, maybe someone can help me here. I've a div on my page (can containt an image, a text area, other), it's draggable and resizable (thanks to jQuery ...
5
votes
3answers
8k views

clone node on drag

i want to be able to create a copy of the element that i want to drag. im using the standard ui draggable and droppable. i know about the helper clone option. but that does not create a copy. the ...
4
votes
2answers
87 views

Making my own “draggable” function

It seems that my attempt at trying to replicate Jquery UI's draggable function has proven the Quantum Mechanics principle of a div existing in two places at once. When I hold my mouse down on the box ...
4
votes
1answer
152 views

Can't make jQuery UI element draggable?

I am having trouble with the draggable feature. Please see the page at the link below. Scroll in the window and look what the "draggable" element does. The move area is the border of the window. ...
4
votes
2answers
107 views

How to scroll through a div by dragging and not by using the scroll bars

I am working on a project that uses a touch-screen interface. I have a div inside of a smaller div, so the smaller div has scroll bars to access the rest of the first div. Here is the basic code for ...
4
votes
1answer
194 views

jQuery how to destroy draggable with clone()

$('div').draggable(); var x = $('#container').clone().find('div').draggable('destroy').end().html(); $('#save').val(x); How do i destroy draggable() after we use clone. The html still contains the ...
4
votes
1answer
51 views

Easiest way to make a list-like widget with drag and drop of items?

The simplest example I can think of are playlists, where you can drag a song to a different position in the list. I've done quite a few things with Swing but I've never seen an example with something ...
4
votes
1answer
201 views

Two question regarding .draggable in Chrome and IE

I'm creating a game board with pieces you can move around, all of them using the .draggable jQuery UI class. There are the game pieces, which are draggable, and these lie on top of a table which is ...
4
votes
2answers
618 views

jQuery UI, Draggable, Droppable, Auto Scroll

I have a set of droppable li elements that accepts a draggable icon. The list of items is in a scrollable div element. I put together a simple example here: http://www.nerdydork.com/demos/dragscroll/ ...
4
votes
2answers
1k views

Drag objects in canvas

Im looking for an easy to use method of assigning drag behavior to multiple objects (images, shapes etc) in canvas. Does anyone have a good way or know of any libraries for dragging objects around? ...
4
votes
1answer
1k views

Selectable & Draggable jQuery to make a Windows Explorer-like window

I'm now facing another thing that I can't figure out how to do. I'm new to jQuery and I'm trying to make an icon draggable and when you drop it in the folder(.folder div) It will be moved there. ...
4
votes
1answer
472 views

Facebook-Notification like Pullable Screen

Can anybody point me to any public source where I can see how a pullable/draggable screen, like the one in the Facebook application for notifications, is implemented? I have seen also this pattern in ...
4
votes
2answers
2k views

(iPhone) how to implement draggable pins using OS 4.0 MapKit?

Can anyone provide any sample code/instructions for implementing draggable pins in OS 4.0 using the MapKit framework?
4
votes
3answers
270 views

Jquery Sortable Update Event can called only one time?

I'm trying to make category changes with Jquery & Php. I have no problem with it. My problem is, when the update event is called, it returning 2 results. 1 result for Dragged Parent, One result ...
4
votes
2answers
301 views

jquery: draggable plugin -> remove drag behaviour from html5 video controls?

im working with the jquery ui draggable plugin and i have an html 5 video element with "preload controls" that acts kind of buggy. I $(".thumb").draggable(); if i drag the video by clicking on the ...
4
votes
3answers
3k views

jQuery UI - Draggable is not a function?

I've trying to use the draggable effect on some divs on a page, but whenever I load the page, I get the error message: Error: $(".draggable").draggable is not a function I've had a look around it ...
4
votes
5answers
469 views

jeditable accidentally triggering on Draggable on nested items

I'm using jquery-ui's draggable for drag-and-drop, and jeditable for inline editing. When I drag and drop an element that's also editable, right after it's dropped jeditable kicks in and pops into ...
4
votes
2answers
576 views

jquery UI sortable: how to leave the original visible until the drop?

In the standard behavior demonstrated at http://jqueryui.com/demos/sortable/ when you drag an item in the list a placeholder element is displayed where the item would be dropped. However, the ...
4
votes
4answers
699 views

is there a way to make divs not overlap eachother while dragging via jquery draggable [or etc..]?

is there a way to make divs not overlap eachother while dragging via jquery draggable()? i have a bunch of divs that user can drag around but i can not have them overlap eachother. basically i'm ...
4
votes
3answers
1k views

Nested Sortable JQuery list doesn't work in IE while it does in FF

While I'm using this site quite often as a resource for jQuery related problems I can't seem to find an answer this time. So here is my first post. During daytime at work I'm developing an ...
4
votes
4answers
3k views

How to make jQuery draggable with fixed X and Y axis?

I am wondering if there is a way to make the jQuery draggable to only drag straight up, down and left, right. I want to prevent the user from dragging a div diagonally. Using the grid option in the ...
4
votes
3answers
2k views

jQuery: How Do I simulate Drag and Drop in Code?

EDIT: Here's a link to show you my sample code: http://www.singingeels.com/jqtest/ I have a very simple page that references jquery-1.3.2.js, ui.core.js (latest version) and ui.draggable.js (also ...
4
votes
2answers
339 views

(Ruby, Rails, Javascript) Drag and Drop without bugging the server…?

Is there an equivalent of "link_to_function" (instead of ":action") when using "draggable_element"? Basically I need to drag and drop some items and have it reflected locally without contacting the ...
4
votes
5answers
5k views

Please recommend a JQuery plugin that handles collision detection for draggable elements

We're using the Draggable JQuery UI plugin and need to disallow overlapping among our elements. We could write some collision detection ourselves but would prefer to use a tested package. Any ...
4
votes
1answer
6k views

jQuery: draggable connect to sortable. draggable item has a different DOM from sortable list

I am now able to drag an item to a sortable. But the sortable list has a different DOM. <!-- The draggable items. Has the "original" DOM in the LI tags. --> <ul class="draggable_text"> ...
3
votes
2answers
145 views

How to prevent draggable child elements from dragging over each other?

How to prevent draggable child elements from dragging over each other in absolute position? Something like: if( ($("#firstChild").position().left) >= ($("#secondChild").position().left) ) { ...
3
votes
0answers
111 views

Visual Studio 2010 C# Form Project - Drag and Drop - best method?

My aim is to create an application whereby a user can drag a label from a tabbed container into some form of holding area - which had a ruler and a basic grid. I have consulted Google on the subject ...

1 2 3 4 5 16