Re: [web2py] jQuery 1.5 released

2011-02-02 Thread Plumo
For a while now I have been running my apps off the latest version on Google's CDN and haven't noticed any problems. http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

Re: [web2py] jQuery 1.5 released

2011-02-02 Thread rif
Google is still on 1.4.4 (including your link).

Re: [web2py] jQuery 1.5 released

2011-02-02 Thread w2padawan
I second why massimo said. worth to wait a while to include 1.5 in web2py officials 2011/2/2 rif feric...@gmail.com: Google is still on 1.4.4 (including your link).

Re: [web2py] jQuery 1.5 released

2011-02-02 Thread w2padawan
2011/2/2 w2padawan web2py.n...@gmail.com: I second why massimo said. worth to wait a while to include 1.5 in web2py officials fe de errata: I second *what* massimo said. worth to wait a while to include 1.5 in web2py officials

Re: [web2py] jQuery 1.5 released

2011-02-02 Thread ron_m
I wouldn't rush into it either but the testing I did shows a very compatible release when comparing 1.4.4 vs 1.5 including jQueryUI and another plugin I use. I am impressed with their quality and their strong adherence to backwards compatibility.

[web2py] jQuery 1.5 released

2011-02-01 Thread ron_m
I was poking around and found jQuery 1.5 is released. They substantially improved the ajax portion of the library as well as big performance improvements when finding sibling DOM objects .prev(), .next(). Just thought I would mention it since web2py embeds jQuery.

Re: [web2py] jQuery 1.5 released

2011-02-01 Thread Bruno Rocha
Nice! Lets test it with web2py welcome app. 2011/2/2 ron_m ron.mco...@gmail.com I was poking around and found jQuery 1.5 is released. They substantially improved the ajax portion of the library as well as big performance improvements when finding sibling DOM objects .prev(), .next(). Just

Re: [web2py] jQuery 1.5 released

2011-02-01 Thread ron_m
I took the min version and renamed it the same name as the 1.4.4 file in 1.91.6 and tested both the welcome app and the video system controller I am writing. No noticeable differences that I could see. I also use jQueryUI but am back at 1.8.6, current is 1.8.9 and did not see anything broken.