$ is not defined in Firefox using jQuery

Posted by Alvin on Stack Overflow See other posts from Stack Overflow or by Alvin
Published on 2010-05-22T21:17:56Z Indexed on 2010/05/22 21:30 UTC
Read the original article Hit count: 154

Filed under:
|
|

Hi,
Whenever I try to load the following part in <head> tag on firfox browser, I get the message as $ is not define.

May I know the reason? I'm trying to load the jquery.js file before loading any custom script after CSS part.

<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about firefox