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!");
});

Reply via email to