<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>
Categories: Php Mysql Ajax Jquery JavaScript Mysql
0 Comments