I have following code working nicely on all browsers but IE 7...
<script type="text/javascript">
$(document).ready(function(){
$('#homenews').load('http://domain.co.uk/investor/test_releases.php .newspost:lt(2)')
});
</script>
Any ideas?
Many thanks
It seems that IE7 could caching your code, when you use load jQuery function.
You can try to read this blog post, solving the issue:
http://zacster.blogspot.it/2008/10/jquery-ie7-load-url-problem.html