All Questions
Tagged with jquery-ui-resizable jquery-ui-droppable
5 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,...
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 ...
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: '#...
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 ...
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 #...