jQuery

So I have heard so much about the time saving goodness of JavaScript frameworks that I decided to see about it myself. Wow. I've been wasting time and keystrokes.

It took me about ten seconds to permanently switch to jQuery.

Compare the difference between the following two JavaScript fragments:

Non jQuery: document.getElementById("iframe").src = url;

jQuery: $('#iframe').load(url);

See what I mean?!



0 comments:

Post a Comment

Don't be shy!