This is the weirdest thing I have come across. I am including jQuery as my first script like this:
<script src="js/jquery.min.js" type="text/javascript"></script>
But when I see why it isn’t working, I get this error back from firbug:
$(document) is null
I don’t even know where to begin with this, google came up with nothing…
Also, I know this error is related, I get this pop up box when I try to edit jQuery in FileZilla (right from server):
Script: (url)
Line: 16
Char: 1
Error: ‘window’ is undefined
Code: 800A1391\
Source: Microsoft JScript run time error
Some other library probably steals the
$. See ifjQuery(document)behaves differently.