PIcking Your Javascript Mobile Framework: Part 14 - jQUery
What can be said about jQuery that sounds even remotely interesting? The whole world is using this framework, by far the oldest in our list.
jQuery started small. The most famous “thing” about it is the dollar sign, $. It’s what popularized the framework, as it made selection of elements in an HTML page extremely easy.
It’s not that it was hard before, but the W3C spec for HTML and DOM is a terrifying mess of incoherence. Let’s just look at selectors.
Continue reading