[jQuery] Live Window Size (n00b alert)

[jQuery] Live Window Size (n00b alert)


This works on mouse up, anything that works live? So that alert would
be firing off annoyingly frequently - as the user drags the mouse
while resizing?
$(window).resize(function(){
alert("Stop it!");
});