I want to apply animate effect of resizable()
to html block elements when the web browser window is re-sized. This is to add some cool motion effect on top of responsive fluid design.
As far as I can tell from looking at jQuery UI API, it only seems to work with mouse interaction.
How do I make it trigger resizable()
everytime browser window gets re-sized?