It sounds like jQuery is missing - did you download it as well,
include it in the same directory as the html page, and include it like
so?
<script src="jquery.js"></script>
--John
On Thu, Oct 30, 2008 at 6:26 PM, KenGreen <[EMAIL PROTECTED]> wrote:
>
> In the "Getting Started with jQuery" tutorial, I downloaded the jQuery
> Starterkit.
>
> Within that StarterKit was a custom.js file containing the following:
> jQuery(document).ready(function() {
> // do something here
> });
>
>
> Firebug reported an error: jQuery unknown. As I just finished the
> "How It Works" tutorial, I knew that custom.js should be:
> $(document).ready(function() {
> // do something here
> });
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---