Explanations littered with reasoning and also a code-level solution for something that won't be an issue until one year down the road. Hopefully that 93KB (un-Gzipped) beast can be knocked down a bit with 2.X.
JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
11–20 of 237 posts
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#12Isn't one of the reasons for jquery to "abstract away" the differences between browsers so I don't have to worry about it? Dropping support for popular browsers doesn't seem to help me much.
It does seem a strange decision. They even address it in their post: "jQuery was conceived specifically to address the differences in browsers, so we’re not going to abandon the essence of our philosophy and simply disregard the millions [still using] oldIE. Yet we also want to move ahead and take advantage of modern browsers, especially the growing mobile market." The whole point of jQuery is that it's supposed to a…
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#13Earlier quoted context omitted.
Not sure if you read the article, but 1.9 and 2.0 will basically be the same, just different underlying code. 1.9 will support IE<9, and 2.0 will be smaller/faster/more stable
Ok. So, if I upgrade and someone does visit from an older IE browser what happens? :) I'll be back to testing browser differences. I guess those are pretty old browsers, so oh well.
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#14zeptojs.com
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#15Earlier quoted context omitted.
Not sure if you read the article, but 1.9 and 2.0 will basically be the same, just different underlying code. 1.9 will support IE<9, and 2.0 will be smaller/faster/more stable
Ok. So, if I upgrade and someone does visit from an older IE browser what happens? :) I'll be back to testing browser differences. I guess those are pretty old browsers, so oh well.
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#16Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#17Zepto is already a popular option for those who want jQuery features in a lightweight library. The API is essentially identical to jQuery, making it a drop-in replacement at a fraction of the size. zeptojs.com
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#18I haven't tested my stuff on IE6 and IE7 for a long time, but I still do it on IE8 everyday. It was released in 2009! And it's decent enough, PNG transparencies, etc.
jQuery's main raison d'être might have gone out the window.
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#19Sorry, but this is a disaster. Dropping support for IE6 may be OK, IE7 is a bit too soon, but IE8? I haven't tested my stuff on IE6 and IE7 for a long time, but I still do it on IE8 everyday. It was released in 2009! And it's decent enough, PNG transparencies, etc. jQuery's main raison d'être might have gone out the window.
Re: JQuery 2.0 Drops Support for IE6/7/8; API-Compatible with jQuery 1.9.
#20Sorry, but this is a disaster. Dropping support for IE6 may be OK, IE7 is a bit too soon, but IE8? I haven't tested my stuff on IE6 and IE7 for a long time, but I still do it on IE8 everyday. It was released in 2009! And it's decent enough, PNG transparencies, etc. jQuery's main raison d'être might have gone out the window.
New browsers will get a lighter download and a faster runtime. oldIE will still work with all the hacks required to make it work.