JQuery 1.8b1: what’s new?
blog.jquery.com
JQuery 1.8b1: what’s new?
1–10 of 48 posts
Re: JQuery 1.8b1: what’s new?
#2Anybody have any data on this?
Re: JQuery 1.8b1: what’s new?
#3I remember reading somewhere that 1.8 would drop support for quirks mode in IE. Anybody know if this ended up happening? I didn't see any mention in this post.
Re: JQuery 1.8b1: what’s new?
#4"jQuery is now powering about one-half of all the major web sites on the Internet" Anybody have any data on this?
Re: JQuery 1.8b1: what’s new?
#5A lot of good changes in here. The modularity will improve usability -- particularly for sites who want the core jQuery features without all the extras. My hope is this will make it easier to use jQuery on mobile -- and more comparable to Zepto in terms of size. I remember reading somewhere that 1.8 would drop support for quirks mode in IE. Anybody know if this ended up happening? I didn't see any mention in this pos…
Re: JQuery 1.8b1: what’s new?
#6A lot of good changes in here. The modularity will improve usability -- particularly for sites who want the core jQuery features without all the extras. My hope is this will make it easier to use jQuery on mobile -- and more comparable to Zepto in terms of size. I remember reading somewhere that 1.8 would drop support for quirks mode in IE. Anybody know if this ended up happening? I didn't see any mention in this pos…
Re: JQuery 1.8b1: what’s new?
#7Re: JQuery 1.8b1: what’s new?
#8A lot of good changes in here. The modularity will improve usability -- particularly for sites who want the core jQuery features without all the extras. My hope is this will make it easier to use jQuery on mobile -- and more comparable to Zepto in terms of size. I remember reading somewhere that 1.8 would drop support for quirks mode in IE. Anybody know if this ended up happening? I didn't see any mention in this pos…
I can't imagine why you'd need jQuery on mobile in the first place? What exactly are these core features that the standard DOM apis don't give you?
How about having the jQuery functionality on mobile device?, Recommended reading http://en.wikipedia.org/wiki/JQuery
Re: JQuery 1.8b1: what’s new?
#9A lot of good changes in here. The modularity will improve usability -- particularly for sites who want the core jQuery features without all the extras. My hope is this will make it easier to use jQuery on mobile -- and more comparable to Zepto in terms of size. I remember reading somewhere that 1.8 would drop support for quirks mode in IE. Anybody know if this ended up happening? I didn't see any mention in this pos…
I can't imagine why you'd need jQuery on mobile in the first place? What exactly are these core features that the standard DOM apis don't give you?
Re: JQuery 1.8b1: what’s new?
#10I am interested, though, that the team has finally noticed that optional code should be the norm. Resig himself has been quoted as wanting nothing to do with it[0].
However, omitting every single "module" only truncates 2484 lines, which leaves the 1.8.1b source at a staggering 6763 lines of code. There is still a great deal of work to be done before "modular" is a fair term to apply to the API.