[jQuery] [SUPERFISH] Confused by quick start
Superfish is the solution I've been looking for but I can't get past
the quick start. I created a CSS menu ala SuckerFish. I added the CSS
and two JavaScript segments:
<script type="text/javascript" src="superfish.js"></script>
and
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').superfish();
});
</script>
The FireFox error console says:
"JQuery not defined" and "$ not defined"
What have I missed? The quick start page has nothing else that I can
see as far as other includes but obviously something is missing.
Thanks for any help or guidance,
-=beeky