I've only imported the jQuery library and put just before </body> this code
<script type="text/javascript">
$('body').hide();
$('body').fadeIn(6000);
</script>
Why doesn't it work on IE?This is the link to the test page
Ara.gì
<script type="text/javascript">
$('body').hide();
$('body').fadeIn(6000);
</script>
Why doesn't it work on IE?|
|
|
<html>
<title>Fading isn't it</title>
<body>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></scipt>
<script type="text/javascript">
$(document.ready(function(){
$('body').hide();
$('body').fadeIn();
}));
</script>
</body>
</html>
http://www.codeguru.com/forum/showthread.php?p=1971157Try to be loyal to a single forum always, when u do people will start respecting you and you get more richer answers
Edited by gokuajmes, 01 October 2010 - 02:10 AM.
try being loyal to Code Call