Re: [web2py] Trouble with JQuery UI - use 1.8.24 not what ships

2012-11-14 Thread LightDot
Note, jQuery and jQuery UI have separate versions. jQuery UI is not included or used in web2py welcome app, there is just a commented link in the code, if I recall correctly. On Wednesday, November 14, 2012 3:44:17 PM UTC+1, Massimo Di Pierro wrote: > > I upgraded to jQuery 1.8.2 which appear to

Re: [web2py] Trouble with JQuery UI - use 1.8.24 not what ships

2012-11-14 Thread Massimo Di Pierro
I upgraded to jQuery 1.8.2 which appear to be the latest stable. On Tuesday, 13 November 2012 12:49:56 UTC-6, Richard wrote: > > jQuery UI 1.9.1 is the last stable... I use it with web2py without trouble. > > I had experiment little glitch with 1.8.24 > > Also, I usually download jQuery build and

Re: [web2py] Trouble with JQuery UI - use 1.8.24 not what ships

2012-11-13 Thread Richard Vézina
jQuery UI 1.9.1 is the last stable... I use it with web2py without trouble. I had experiment little glitch with 1.8.24 Also, I usually download jQuery build and use it instead of using googleapis... Richard On Tue, Nov 13, 2012 at 1:34 PM, Luca wrote: > I had trouble using the native autocomp

[web2py] Trouble with JQuery UI - use 1.8.24 not what ships

2012-11-13 Thread Luca
I had trouble using the native autocomplete provided in JQuery UI: the autocomplete list would not attach to the element where the entry occurred, but rather, it would attach to the "window" in general. Closer inspection revealed errors in the execution of JQuery UI. I solved the errors by i