The jQuery UI Droppable plugin makes selected elements droppable so they accept being dropped on by draggables.

learn more… | top users | synonyms

0
votes
0answers
16 views

how to toggle two jquery draggable with each other dynamiclly

I created nested divs (parent is droppable and child is draggable) using the below function on click of a button. My problem is how to toggle this draggable elements in the future between those ...
0
votes
0answers
30 views

Drag and drop not working first time if helper dimensions aren't set

If I drag an object on another element, it doesn't work the first time, but it works the second time. The cause seems to be that my helper element is an image and it doesn't have a width & height ...
0
votes
0answers
20 views

droppable issue in html Jquery

I want to drag and drop in Jquery.Drag is working well but when i drop it,it do not work.here is what i tried <div data-item="listItem_1" class="button listItem_1">Module1</div> <div ...
0
votes
1answer
30 views

Drag and drop issue when adding div

I use jQuery UI drag and drop functionality. I had a table with 2 columns. The items were in one column and user could drag them into another table column. Everything worked great. However, I needed ...
4
votes
3answers
62 views

Jquery UI - Allow droppable to have blockable div

I am unsure how to achieve what I am trying to do. I set up an example here: http://jsfiddle.net/zs6US/ $('.draggable').draggable({ revert: 'invalid' }); $('#droppable').droppable({ accept: ...
0
votes
1answer
70 views

removing clone and deleting draggable in jQuery's drag and drop

I am still rather new to jQuery and had a question. I am trying to implement a "drag and drop" method where the user can drag items in one list and drop them in "buckets" in another. I seem to have ...
0
votes
0answers
43 views

jquery selected draggable element drop it to multiple ul list

I have two div as draggable and droppable. I need to drag single element having number with it. If I drag element having text = 2 then that element should be cloned into two list as in one as I am ...
2
votes
2answers
84 views

Invalid mouse offset for cross-frame draggable + sortable

We are currently trying to accomplish cross-frame dragging between draggables and sortables provided by jQuery UI. This is working properly now. However, the mouse offset seems off when dragging from ...
-1
votes
0answers
23 views

JQuery UI draggable droppable bug

$(function () { $(".draggable").draggable({ snap: ".snap", revert: true }); }); $(".snap").droppable({ drop: function (event, ui) { var drag = ui.draggable; ...
0
votes
1answer
20 views

Move item from current place to when another item is dropped in its place

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

JQuery UI Drag & Drop And Align

Here is my draggable and droppable implementation: http://jsfiddle.net/A26ww/ I have groups of playlists and I need to be able to drag a playlist from one group to another. I can do that however I ...
0
votes
0answers
31 views

Best solution for droppable/draggable element without affecting its siblings?

Basically I've got a structure like this: <div id="divGrid"> <div class="divGrid">&nbsp;</div> <div class="divGrid">&nbsp;</div> ... </div> ...
0
votes
0answers
20 views

Detect Draggable Handle on Droppable Element in jQuery

I've defined a draggable element (menu) and its handle, which is nested (menuHandle). There's a droppable element elsewhere. Apparently, setting the droppable's accept property to menuHandle does not ...
0
votes
1answer
39 views

Positioning of dragged, dropped & appended items using JQuery-Ui Droppable

I am using JQuery-ui draggable & droppable. I want to add dropped elements to the drop-target container, while preserving the apparent position that it had when it was dropped. Using .html() lets ...
0
votes
1answer
108 views

Does jqGrid support builtin dynamic drag-n-drop columns grouping header?

I'm wondering if the latest jqGrid version contains built-in dynamic drag-n-drop column grouping header. Or do i have to write one from scratch? I saw few postings about it but they're over 1 years ...
0
votes
0answers
33 views

jquery ui drop&drag minecraft like jquery ui

Hello I have been working in this ( http://jsfiddle.net/LdeGC/2/) for almost one day, I have been reading the api. But i havent had any luck: if ...
0
votes
0answers
22 views

Dragging rows to Root Level using treetTable and jQuery UI

I've been using Ludo's great jquery plugin treetable, but have reached a limitation in their advanced example I can't figure out. Basically, in the last example provided here -- ...
0
votes
1answer
59 views

jquery ui: drag and drop - mouse selection incorrect

I'm working on a drag and drop navigation setup for my client. I have the drag and drop working (in a basic form) however when you click on one of the list items to be dragged the actual droppable ...
1
vote
2answers
57 views

jquery remove from droppable when dragged out

I have implemented jQuery's draggable and droppable based on the example shopping cart demo. I would like to be able to remove the <li> from the droppable when you drag it out of the droppable. ...
0
votes
0answers
43 views

Confirm Box Alternative in jQuery droppable

Currently I have a javascript confirm box in my jquery droppable function. Basically I have overlapping droppables and if you drop an item into a droppable, it checks to see if any of the overlapping ...
1
vote
0answers
42 views

Wrong position in draggable elements when previous elems get higher on hover

I have this situation: I have draggables that are droppable to a special places. I've prepared a fiddle with the feature I've described: http://jsfiddle.net/8MGmb/ $('.widget').draggable({ ...
0
votes
0answers
128 views

jQuery UI: Nested Connected Sortable

I'm using jQuery 1.9.1 and jQuery UI 1.10.2 to create a nested sortable/draggable/droppable environment. It consists of a number of gates, containing a number of nested categories, each containing a ...
6
votes
1answer
226 views

Jquery draggable/droppable and sortable combined

I was asked to create a grid of squares, where each square may or may not contain a link and these links should be able to be moved about the grid. I figured that draggable/droppable would be the ...
1
vote
0answers
67 views

Jquery ui droppable contains elements from database does not work

UPDATE: JSFIDDLE IS WORKING :@ And not my in my project :@ may be i have done something wrong in my re-created code I have a simple question regarding droppables here is the link ...
0
votes
0answers
54 views

Shopping Basket - Drag/Drop not working

I am trying to have it so that when I drag an image to a specific div (#basketitems), it will take the attr.('id') and place that into the div. It's basically a drag and drop shopping cart. I already ...
0
votes
1answer
40 views

jQuery UI non-visible droppables still accept draggables

This is an easily reproduced problem. Check this jsFiddle: http://jsfiddle.net/MichielCM/XEC9g/ <ul id="list1"> <li>Item 1</li> <li>Item 2</li> ...
0
votes
1answer
54 views

Droppable over event not firing on different tab

When I try to connect 2 lists which are seperated by tabs the over event is not firing on the list on the second tab. Here's my HTML <div id="TabSet" class="tabs"> <ul> ...
0
votes
1answer
175 views

jQuery Droppable photo manager with clone to trash rather than move to trash option

Can you please guide me to the right path in modifying the droppable photo manager example? I want to clone image from Gallery section to Trash instead of moving the image from Gallery to Trash. It is ...
0
votes
1answer
118 views

jQuery Drag & drop- reorder

I have some drag and drop's, when a person drags an item to a drop area what I would to have happen is for the remaining draggables to move to the open areas. For instance: {A} {1} {B} {2} {C} {3} ...
0
votes
2answers
33 views

Array of Boolean are undefined when object dropped?

I have some array of dragged object and dropped object, here: var elmDragObj = ...
1
vote
1answer
192 views

Having Jquery sortable within droppable and draggable <div>

I am currently working on a feature where I need to combine droppable, draggable and sortable feature all at the same time. Below is my test code. I am sorry since I was not able to get jsfiddle for ...
0
votes
1answer
60 views

Disable image drop if an image has already been dropped?

i have the same question like, I have two div tags in which i want to drag image from dynamically created list of images. But i want to restrict another image to be drag on same div. Disable drop if ...
0
votes
0answers
62 views

jquery draggable&droppable, get wrong position when drag in scroll

I have a icon draggable in div fixed-top, and one iframe below with some div-droppable. If iframe scroll-top = 0, everything run fine. But when scroll-top > 0, the problem is event hover of ...
1
vote
0answers
51 views

jQuery draggable no highlighting droppable when animating container

So I've got two columns, draggables and another with droppables. I've got it working the way I want it to, which is when draggable starts, slide container to left, showing droppable column. However, ...
1
vote
1answer
194 views

Issue with jQuery UI Drag & Drop - Won't allow drop in textarea after typing in it

I'm creating an interface that allows the user to drag & drop preset responses into a "reply" <textarea>. I decided to use jQuery UI. The issue: After typing in the <textarea>, the ...
0
votes
1answer
70 views

Sortable to droppable with jQuery UI

I have a page and I need to drag items from a sortable into a droppable container. It doesn't seem to be working and I'm hoping someone can tell me why. From what I see, I have all the connectivity in ...
0
votes
1answer
112 views

Drag an item from parent frame and drop it in a droppable object in child iframe

I am trying to drag an item from the parent frame into a droppable element but in an iframe. It works when dropping the item on a droppable element in the same frame but when trying it across frames, ...
0
votes
1answer
399 views

jQuery-Ui resizable: div size limited to magical borders

when i try to resize a div container (#draggableItem) after dropping it into the a specified div field (#newSide) it is limited to a kind of "magical border" on the left and bottom areas. My example ...
0
votes
0answers
231 views

jQuery UI Draggable Droppable DIV Width Expanding on Drop

Hi. I made a drag and drop so that I could drag search results from iTunes API to a div to be able to store that data into mydatabase. However, when I drop my div in my drop box, the width of my drop ...
3
votes
0answers
447 views

jQuery UI nested sortable list [closed]

I'm working on a Script to easy sort nested lists with jQuery UI. It works all fine, but there's one little "bug" that I couldn't erase. Use jsfiddle (http://jsfiddle.net/fewTp/) and the instructions ...
0
votes
1answer
124 views

Jquery UI Sortable ie7 issue when dropping row outside of sortable table

On ie8, everything is working fine with my sortable lists. However, I'm having issues on ie7. My page is set up with a table for each employee. There is a list of jobs which need to be assigned, ...
3
votes
1answer
203 views

jQueryUI droppable : over and out callback firing out of sequence

UPDATED js fiddle (updated) here i want to know, Whether dragging element is inside any column or not? it's works for me when i drag Left to right but not working when i drag right to left. jS ...
0
votes
1answer
66 views

Reinitialize jQuery UI droppable after adding elements

I have some elements that on page load are droppable. At some points I add some more of these elements (same selector) and I want the new elements to be droppable as well. Is the only option to call ...
0
votes
2answers
45 views

Use Methods from Dropped Object in JQuery

I would like to use a method of an dragged and dropped Object. function Controller(){ $( "#container" ).droppable({ drop: function( event, ui ) { var draggable = ...
0
votes
0answers
292 views

jquery droppable accept function not working

Hi I have draggable and droppable working on my test site but I want to make the conditions of whether a draggable can be dropped or not more rigorous. So instead of just having accept:'.draggable' as ...
2
votes
4answers
313 views

Jquery UI Droppable: How can I use different hoverClass values based on some logic?

I am using the JQuery UI droppable library features, and I want to provide visual user feedback when they hover over a droppable target. For this I can easily use the hoverClass option to specify ...
0
votes
1answer
177 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
0answers
78 views

how can i resize image after dragging more then one time it can resize only once plz help me?

$(document).ready(function () { var x = null; //Make element draggable $(".dwrapleft").draggable({ helper: 'clone', cursor: 'move', tolerance: 'fit' }); $(".dwrapright").draggable({ ...
0
votes
0answers
95 views

Draggable circle, preventing overlap

I'm trying to find a way to put all the circles the most close possible to each other, like this picture: This was done by using simply $( ".draggable" ).draggable({ containment: 'parent' }); But I ...
2
votes
3answers
406 views

Javascript drag and drop: when draggable object has a fixed or absolute position it dissapears behind droppable area

My problem is the following: I would like to drag and drop elements inside another div area. I am using jquery draggable and droppable elements for this particular example. However, when the position ...

1 2 3 4 5