Posts

Showing posts from May, 2015

What is new in jQuery 2.0

What is new in jQuery 2.0? The hugely popular JavaScript library was released jQuery 2.0 as their latest version of jQuery and it is a great news for developers and designers. Before rushing to use this popular library hold on for a while to know what's new jQuery 2.0.  Consider the below major highlights : 1. Bye bye to IE 6/7/8 that means no support and support for IE9 and IE10 with the use of X-UA-Compatible tag 2. JQuery 2.0 Slimmer then before The jQuery 2.0 file is 12 percent smaller then the older version. Now the jQuery file size is small the reason is removed the supporting code of IE 6/7/8 browsers. For your project if your not planning any support for IE 6/7/8 browsers you can go for latest version of jQuery. As you know that if you need to support IE8 and below version then you need to stick with jQuery 1.9.x. version.  Benefit : smaller the file size will always loads faster then before. 3. Custom builds makes again jQuery smaller the file size...