[jQuery] Internet Explorer 6 resize event.
I'm just wondering if anyone knows of a fix for IE6's onresize...
Example:
$(document).resize(function() {
$('body').append('Resized<br/>');
}
That will execute several times as you are resizing the browser. I'm
looking for Firefox-like functionality.. where it fires the event one
time when you have finished resizing. Has anyone had any luck?
Thanks in advance.