.load() not working in IE8
Hi,
I've this code that works fine in FF, Chrome & Safari, but doesn't work in IE8,
- <script language="JavaScript">
- setInterval( "SANAjax();", 5000 );
-
- $(function() {
- SANAjax = function(){
-
- $('#myDIV).load("divcontent.php").fadeIn("slow");
-
- }
- });
- </script>
Appreciate any help.
Thanks in advance.