<script>
jQuery(document).ready(function(){
alert('loaded');
})
jQuery(window).bind('resize', function(e){
if (window.RT) clearTimeout(window.RT);
window.RT = setTimeout(function(){
this.location.reload(false); /* false to get page from cache */
}, 100);
});
</script>
![]()
0 Comments