<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>

working-on-a-computer-smiley-emoticon


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *