UI Resizable - resizing on window resize?
Ive noticed that while you can set the containment attribute to
'parent', if the parent can resize on with the resizing of the window
(ie shrinking the window), the jQuery Resizable element may extend
beyond the parent until its refreshed by grabbing and resizing the
element.
Id like to call something on the resizable element when the window
resize event fires. Is there a way to do this?
Thanks.