Possible Duplicate:
jQuery .load method not firing on IE9
Hi I'm using a simple setInterval and Jquery's Load to get the current date and time :
$(document).ready(function () {
setInterval(function () {
$('#main h1').load('date.php');
},100);
});
Works fine on chrome but only load's once on ie9 and doesn't update with page refreshes .
Content of date.php :
Saturday 21st of January 2012 03:34:31 PM