Skip to main content

All Questions

0 votes
0 answers
212 views

After dynamically adding jquery sortable element drag and resize the element and get the positions in jquery

I have successfully added the dynamic element but its sortable i want the added dynamic element should be dragable and resizable. I have copied the working demo from here . I just want to save the top,...
Aunsu Chandra's user avatar
4 votes
1 answer
162 views

JqueryUI resized div not dropping to correct location

I have a 'box' that can be dragged and dropped onto a column of droppable divs. The draggable box snaps to the droppable div using the JqueryUI position function, but when I resize the draggable box ...
Mike's user avatar
  • 87
0 votes
1 answer
366 views

Resizable wont work on a div that is Droppable and Resizable

It all worked fine, now my requiment changed that the div I drop my .draaa items has to be resizable too. So I drop my items in a DIV that is droppable and resizable. The option containment: '#...
user3510507's user avatar
0 votes
1 answer
2k 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 ...
fana's user avatar
  • 1
1 vote
1 answer
4k views

How to combine jQuery UI draggable, droppable and resizable?

I'm trying to combine all these three plugins but I|'m having some problems with adding the resizeable() to the dropped items. I have #container1 with items that can be dropped and cloned into #...
Kulvis's user avatar
  • 655