Is there any reason why this code wont run on JS 3.1.0 running locally ( downloaded from http://jquery.com/download/ ) but runs fine when I load it from http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js
<script>
$(window).load(function() {
$(".se-pre-con").fadeOut("slow");;
});
</script>
I'm confuse... please help...