JavaScript Library Overview
JavaScript Library tutorial that JQuery’s Resig gave at the October 2007 Ajax Experience conference
Very interesting comparison of the “Big 4″ JavaScript libraries (Prototype, jQuery, YUI, and Dojo). If you’re up in the air over which to use, this might help sway you one way or the other. It’s very interesting to see how similar they all are and makes you think about which approach is best (querying CSS selectors versus grabbing a single DOM element, extending the language or namespacing functionality).
Tags: javascript, yui, jquery, dojo, prototype, libraries, ajax, ria