[jQuery] window resize not working in IE8

[jQuery] window resize not working in IE8


I'm testing on Windows 7 and have not checked to see if its related to
that ...
The following code does not run in IE 8:
$(window).resize(function(){
alert("Stop it!");
});
Can anyone verify,
Thx