jquery – Installation and Implementation
October 4th, 2009
In this lesson we cover getting jquery fully installed and inserted into our html document. Also, I’ll be introducing you to the function methods that jquery uses (the ones that you can’t get around). Once those are in place, and jquery is ready to go, we give it a full launch by testing it on a simple div box element!

great work..!
eagerly waiting for the next vid
Will definitely be keeping up to date with these videos, as I’m starting to teach myself jquery and other web design skills.
@WWtuts
If for some reason it isn’t working, just pause the video and make sure your code is identical to mine.
Remember, HTML and Javascript is case-sensitive! So, if your div has an id of “myDiv”, make sure that when you call it in javascript, you call it via $(“#myDiv”).
Also, in order for fadeIn to work, it has to be hidden first!
Make sure that before the $(window).load you have $(“#myDiv”).hide();
hope this helped
Do you have a site or something where i can find the code because my div won’t fade in. The window just stays blanc(or another color if you changed it).
HELP ME!!!!!
Keep up the great work with these tuts =)
@inteltuts
Thanks man
And yes, yes it is!
Brilliant Tutorial Graham!
jQuery is so flexible, and its a great great framework! Thanks for this tutorial!