First Steps into jQuery3

February 24th, 2010 by Gareth James posted in Development, Web Design

Over the coming weeks and months I am going to be teaching myself the awesome JavaScript library jQuery. The library has been around for 4 years and is the most popular JavaScript library in use today. This popularity is evident throughout the web as more and more web designers and developers learn its syntax and jump onboard the jQuery train!

I am relatively new to JavaScript and jQuery so I will be starting with the basics and aiming to become as fluent as possible. I am going to be reading Learning jQuery 1.3 by Karl Swedberg & Jonathan Chaffer.

I’ll keep you posted with my progress…..watch this blog!

  1. Freddy says:

    $(document).ready(function() {
    var gareth = “clueless”;
    if (gareth==”clueless”) {
    alert(“Good luck Gareth….”);
    } else {
    alert(“Well done…”);
    }
    });

    …I’m so funny.. :$

  2. Gareth James says:

    Harsh….

  3. Freddy Kelly says:

    It’s probably full of syntax errors anyway… :P

Leave a Reply