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
-~----------~----~----~----~------~----~------~--~---