Resizing, Moving and Disabling Them
Hi,
Can someone help me out with a problem?
I have a custom made window. I have applied draggable() and resizable
() for it, but I would like to be able to disable them through
JavaScript in specific situations. How would I do that?
Moreover, whenever my window is 100% in width, it will eat whole
horizontal space. Now, if I apply resizable() to it, suddenly I will
get horizontal scrollbars and my document width has increased - why?
How would I remove the additional space.
When I apply resizable() to my window, the n handle is positioned
vertically wrong for some reason. I suspect the content inside the
resizabled div makes that so. How would I get around that?