I am trying to get the new size of a div after resizing. However when using ui.size.height or $(e.target).height() I am getting instead the original height of the element. All three logs write the same value. When I try this code on any other div on another page I get the right values. My hmtl: I also use ui.Draggable on
Tag: jquery-ui-resizable
jQuery resizable event does not end
I am making some interactive UI and using jQuery for resize and mouse events. I bind mouseOver and click event for all elements and when I get a click, I remove the click listener (so that it does not interfere with the resizable listeners). This works fine till here, now the selected element can be resized. starting the resize works