First Steps into jQuery3
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!
Leave a Reply
$(document).ready(function() {
var gareth = “clueless”;
if (gareth==”clueless”) {
alert(“Good luck Gareth….”);
} else {
alert(“Well done…”);
}
});
…I’m so funny.. :$
Harsh….
It’s probably full of syntax errors anyway…