Home > Jquery > jquery – Installation and Implementation

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! :)

Jquery , ,

  1. prashishraj
    October 4th, 2009 at 04:38 | #1

    great work..!
    eagerly waiting for the next vid

  2. reido86
    October 4th, 2009 at 05:15 | #2

    Will definitely be keeping up to date with these videos, as I’m starting to teach myself jquery and other web design skills.

  3. TutorialClarity
    October 4th, 2009 at 06:02 | #3

    @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! :P Make sure that before the $(window).load you have $(“#myDiv”).hide();

    hope this helped :)

  4. WWtuts
    October 4th, 2009 at 06:59 | #4

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

  5. SlyphRoph
    October 4th, 2009 at 07:15 | #5

    Keep up the great work with these tuts =)

  6. TutorialClarity
    October 4th, 2009 at 08:11 | #6

    @inteltuts

    Thanks man :)

    And yes, yes it is!

  7. inteltuts
    October 4th, 2009 at 09:07 | #7

    Brilliant Tutorial Graham!

    jQuery is so flexible, and its a great great framework! Thanks for this tutorial!

  1. No trackbacks yet.

Powered by Yahoo! Answers