resize / scroll to run 1 function
var t; $("window").scroll(function(){ clearTimeout(t); t=setTimeout("setQABox()",200); });