Auto Load and Refresh Div every 10 Seconds with jQuery

Add a random value at the end of the url to avoid caching.. That should solve your problem. ex: $('#load').load('reload.php?_=' +Math.random()).fadeIn("slow");

Leave a Comment