i have a problem with jquery which works fine in IE. Firefox is saying that $ is undefined. My code below. Please help me tp sort out the problem.
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--<script type="text/jscript" src="js/jquery-1.3.2.js" > </script>
<script type="text/jscript" src="js/menu.js" > </script>-->
<script type="text/javascript">
$(document).ready(function()
{
ready();
});
</script>