jQuery 1.8 Released
jQuery, the omnipresent Javascript library used by millions of websites, has released its latest version 1.8 Final bringing with it smaller code, faster performance, and lots of bug fixes. While we can’t guarantee that all 3rd party plug-ins will work, it our quick tests we had zero issues when upgrading from jQuery 1.7.2. Among the top reasons to update is a rewrite to jQuery’s selector engine called Sizzle. Its faster and more cross-browser compatible than ever. While most modern browsers support querySelectorAll, not all do and most have their own quirks. jQuery 1.8 takes care of...
Read More