The jQuery UI Resizable plugin makes selected elements resizable (meaning they have draggable resize handles).

learn more… | top users | synonyms

0
votes
1answer
20 views

jQuery draggable working in jsfiddle but not on webserver

I have a draggable div with a nested resizable div and then nested inside this I have a div that is editable with nicedit. it all works wonderfully within jsfiddle but when I run it on my webserver ...
0
votes
1answer
14 views

Resizable contenteditable with external handles

I have an editable text block, which I wish to be resizable. If I place handles inside it, all works perfect except that element is editable and user can delete handles while editing it: <div ...
0
votes
0answers
7 views

Nowrap containment with resizable

I have a variable width parent container that contains two children, one of which is resizable on the x axis. I'm trying to get it so that the first child cannot be resized beyond the second child's ...
0
votes
0answers
19 views

stopPropagation() not working on draggable div

I have a span nested within a jQuery resizable div, which is nested within a jQuery draggable div. I have a toggle button which makes the span into a nicedit textarea for editing. when the button is ...
0
votes
0answers
19 views

Resizable and draggable jQuery overflow

Hi all I have a site where I upload an image in Ajax in a div, this image mus be resizable and draggable. The problem is if I resize it, works, if I drag it seems that there is an overflow:hidden ...
0
votes
0answers
52 views

jQuery resizable on image

I have a site to develop in CodeIgniter, and I want to upload an image with AJAX and make it resizable. I'm able to upload and show the image but it isn't resizable. This is my upload script: public ...
1
vote
2answers
33 views

trouble with jQuery UI: Resizable

I'm having trouble getting jQuery UI resizable to work locally on my computer. I can get a fiddle to work with the exact same code, when I view my own HTML file it's just a regular div with no sizing ...
0
votes
1answer
66 views

jQuery ui triggers resize event but does't change the div's width

I have the following view: <aside id="key-panel" class="ui-widget-content"> <h3 class="ui-widget-header">Resizable</h3> </aside> I'm injecting the above view into the ...
0
votes
1answer
53 views

Auto resize parent div when child resize - jQuery Resizable

I'm using jQueryUI Resizable and how to resize only the height of parent div when child div is resized and touch the bottom end of parent div. Also child div shouldn't go outside when resizing. ...
0
votes
2answers
22 views

Image is draggable but not resizable? JQuery

As I saw on another questions I tried wrapping the img on a div and make the div draggable and the img resizable, but it is not working? $('#container').on('dblclick', 'img', function(){ ...
0
votes
1answer
55 views

how to make new live / cloned element resizable with jquery ui?

i am creating html elements live and appending them to the window. The issue im having is that i can't use jquery ui on them. I have tried the deffer method, but that doesn't work as well. What i ...
0
votes
3answers
44 views

jqueryui resizeable and draggable element is covered

I have two elements which are draggable and resizeable. They are aline horizontally. My problem is when I attempted to resize the first element at the top, the second element position below will ...
1
vote
0answers
99 views

jQuery Dragable and Resizable conflicting

I'm using the Gridster Plugin(http://gridster.net). I found an updated demo at Github of this which is resizable. I have also added the jQuey livequery plugin in order to go well with the future ...
2
votes
2answers
81 views

JQuery UI 1.10.2 - How to get resize handles visible inside dialog?

The resize handles don't show on dialog or in anything I try to resizablify inside a dialog. I know this is by design that they are disabled in the themes, but how do I get them visible? I need to see ...
0
votes
1answer
34 views

Making an element resizeable dynamically

I'm trying to dynamically give an element the jQuery UI Resizable once it has been added to the dom uaing the following: insert.click(function(e) { var selectedImage = ...
2
votes
2answers
73 views

Does jQuery remove also destroy resizables/draggables?

In jQuery + jQuery UI, does calling .remove() on an element that also has resizable/draggable configured on it inherently call .resizable('destroy') + .draggable('destroy'), or an equivalent method ...
2
votes
4answers
71 views

Resizing an element triggers the resize event of the window

Looks like that when resizing an HTML element, the windows' resize event gets fired as well. Since I want to execute different logic when resizing elements and when the window gets resized, is there ...
0
votes
0answers
122 views

jQuery draggable(), resizable() in jsf doesn't work perfectly

I'm having a problem with jQuery: resizable() and draggable. When I move the div on datatable works perfectly and when I resize too, but after resize if drag the div it moves 1px on top and 1px on ...
0
votes
0answers
41 views

jQuery UI risezable: resize from top left corner

I don't manage to resize a div from the top left corner. How could I do?. This is my attempt HTML <div id="chat-container"> <iframe id="chat-frame" src=""></iframe> ...
8
votes
2answers
228 views

Using jQuery Resizable Helper on a Dialog

How can I use the Helper functionality from jQuery Resizable (which only displays a frame while the container is resized) on a Dialog?
0
votes
1answer
218 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
35 views

jQuery Resizable trigger resize with dimensions

I would like to know how i could manually trigger the resizable() event from jQuery ui. I actually have a <div> that users can resize with the resizable() handle. In the resizable() function ...
2
votes
2answers
249 views

Div is moving up (and over) a resizable div on resize

Sorry for the title, I didn't know how to explain the issue properly. I am trying to add divs to a container and be able to move them around to position them. If you look at this fidddle and hover ...
0
votes
1answer
51 views

jQuery override containment option, only allow space not used by sibling elements

I want to have a custom widget that allows an element to be resizable with height and width limited by its parent element. The containment options on the resizable widget allows this but I need one ...
-1
votes
1answer
143 views

jquery resizable handle visible/hidden

I have a textarea nested in a div and the div is draggable and the textarea is resizable. How do you hide the resizable handle when the element that is resizable is not the focus and then make the ...
0
votes
0answers
81 views

Backbone & jQuery, UX/UI approach for selecting widgets [closed]

I'm trying to make a mock-up tool for building applications, where the user can drag & drop widgets on a div (called CanvasView). Every widget is a div element, the css properties of which are ...
1
vote
1answer
75 views

jquery resizable: dynamic minHeight

How can I have a dynamic minHeight, that is based on the inner container? I have: <div id="outer-div" > <div id="inner-div"></div> </div> Then on jQuery: $( ...
0
votes
1answer
106 views

jQueryUI draggable() and resizable() not working together in IE9

I'm trying to get .draggable() and .resizable() to both work on a certain in IE9, but it doesn't seem to want to do both. So, I made a test page with a div with the class 'button' to find out what ...
3
votes
2answers
187 views

JqueryUI handles on Internet Explorer 10 not clickable

I have a problem with jQueryUI resizable and Internet Explorer. I'm creating a resizable div which contains a span with some text in it. In IE10, if the text is larger than the container div, the ...
1
vote
2answers
80 views

jquery ui resizable issue

I am using jquery-ui-1.9.2 and jquery-ui dialog, on mimimizing the dialogs they get into a container to the left side of the screen, i made the dialog container resizable by using the following code ...
1
vote
0answers
225 views

Resizing floated elements, that are resizable with JQuery UI Resizable, on window resize to fit their parent container

I'm having trouble to solve an issue with floated elements and JQuery UI Resizable and window resize event. Here is the jsFiddle with the problem. Basically, I have a parent container - .tab - and ...
0
votes
1answer
176 views

JQuery UI resizable/draggable loses 'grip' when moving on top of video element

I have a page with an embedded youtube video, and I'm trying to implement a custom overlay where you can define areas using a resizable and draggable <div> (using JQuery UI). When dragging the ...
0
votes
2answers
160 views

jqueryui resizable handle does not move with element on a non-jqueryui-resizable-resize

If I make an element resizable with jqueryui and I change the size of this element without using jqueryui resizable, but for example by jquery.css('width'), then the handle of the jqueryui resizable ...
0
votes
0answers
150 views

JQuery UI resizeable doesn't work for div containing tree view

Below is the code sample. JQuery UI resizeable functionality is not working after few selections made on tree structure and resizeable handle icon stays even after mouse button release. ...
0
votes
1answer
286 views

jQuery UI resizable/selectable not working in Backbone View

I have a view for my model, and in the initialization I use the following code initialize: function (){ _.bindAll(this, 'render'); this.listenTo(this.model, "change", this.render); ...
1
vote
1answer
119 views

How to revert a resize on jQuery resizable?

I want to revert the resizable element to its original state after the resize stop event. I am doing it with following code but this approach is not neat, the wrapper and the image now have same size ...
0
votes
1answer
35 views

Nested Resizables - How to destroy the parent and not the child?

I have nested resizables using jQuery UI. <div id="outer"> <div id="inner"></div> </div> $("#outer").resizable(); $("#inner").resizable(); I want to destroy the outer ...
0
votes
0answers
136 views

JQuery UI Resizable Animation Whilst Snapping To A Grid

JQuery UI Resizable has a "grid" option which snap the resizable element to a grid. However I would like to animate it before snapping, ie. snap only on stop, ... as I have a grid that is about 35px ...
0
votes
1answer
193 views

Keep drag options when create new element in jQuery

I'm creating a little app in jQuery with draggable an resizable plugin. My problem, is when I create a new element by jQuery, it do not keep my draggable an resizable setting. Could you please help ...
0
votes
1answer
98 views

How to watch styles with Knockout

What I want to do is track the (top, left, width, height, zIndex) style attributes. But since the element that holds these styles doesn't exist until after third party code gets pulled in, i can't do ...
0
votes
1answer
766 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 ...
1
vote
1answer
2k views

Scale font-size based on parent DIV's dynamic width/height (jQuery)

Open to using: jQuery / Javascript / PHP / CSS3 / HTML5 What I'm trying to achieve is dynamically change the font-size of a child element based on its parent div's width & height. The parent div ...
0
votes
1answer
171 views

jQuery UI resizable handle with an inner element

Im trying to place an inner div to my resizable handle, but it renders the handle useless. <div class="layer" style="width: 150px;"> <div class="left ui-resizable-handle ui-resizable-w"> ...
0
votes
2answers
276 views

factoring css3 transform scale into jquery ui resizeable

I am trying to factor in the effects of scaling an element when using jquery ui resizeable. There are a few posts here about css3 transform issues with resize/drag... none of which I found to provide ...
3
votes
1answer
258 views

Knockout custom resizable binding to 2 observables getting updated twice

Im trying to create a knockout binding to a jquery ui resizable widget. My custom binding is binding to 2 different observables on the view model, namely "left" and "width". <div class="layer" ...
0
votes
2answers
261 views

jquery ui resizable custom handle error

Im trying to get a custom handle work with jquery ui resizable widget, but when I use the handles option to pass in a jquery reference to another element, it fails. From what Iv read from the ...
1
vote
1answer
239 views

Click and select a vertical slice of an image using jquery

I want to achieve the following thing: When the user to click an image, a selection 'div' is created at the mouse.x coordinate and the user can resize this div horizontally. On 'mouseup', the page is ...
0
votes
1answer
74 views

keep/change uploaded image size

I want to put uploaded images in such a way that if the image size is smaller than container div, it keeps its original size, but if the image size is larger than container div then it fits in the div ...
0
votes
1answer
231 views

Jquery UI resizable image forcing other image to move also in div

http://jsfiddle.net/maximus392/gcQmM/7/ My problem is that the resizable image is making the other image to move also in the div. I want to prevent the movement of other contents on the div canvas ...
0
votes
1answer
709 views

How can I make all 4 corners of my div have resizable handles with jQuery?

I am trying to append a div onClick that is both draggable and resizable with handles for resizing that div being in all 4 corners. I have been able to make the div draggable and add the handles... ...

1 2 3 4