Hi, im complete newbie in jquery and i have a bit frustrating
problem.. Fading, hiding works fine on FF or Opera, but on IE.. Ajax
loads page propely, but without all that nice fading ;) So, this
script hides, loads page to div #tresc and shows it slowly:
<script type="text/javascript">
$(document).ready(function(){
$('#tresc').hide().load('./home.html',
{a:(new Date()).getTime()}).fadeIn(2000);
});
</script>
Further theres much more of scripts that loads different pages and
there`s the same - ajax works fine, fades not... Hope that sameone
know wheres my problem..
Greets ;]