Forcing rerender of individual div?
When using "resizable" on a div containing text, it is possible to
reduce the width so that the text flows out of the div. On reloading
the page (with the new width value, and no set height), the div's
height adjusts to accommodate the text.
Is there a way to force the div to re-render when its width is
adjusted without re-loading the whole page?