Saturday, February 3, 2007
jQuery
jQuery is a new type of Javascript library that looks like it’ll have me doing some real Javascript programming within this lifetime. Under 20kB compressed, your choice of MIT or GPL license. What does the code look like? From their site:
$("p.surprise").addClass("ohmy").show("slow");
Sweet!

