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 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 use it instead of using >> googleapis... >> >> Richard >> >> On Tue, Nov 13, 2012 at 1:34 PM, Luca <[email protected]> wrote: >> >>> I had trouble using the native autocomplete provided in JQuery UI: the >>> autocomplete list would not attach to the <input> 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 including version 1.8.24 of JQuery UI, not the >>> 1.8.18 version that is the default in layout.html. >>> I am mentioning this in case it can save other people's time. >>> >>> Actual lines I used: >>> >>> <link rel="stylesheet" href=" >>> http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/themes/base/jquery-ui.css" >>> >>> type="text/css" media="all" /> >>> <script src=" >>> http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js" >>> type="text/javascript"></script> >>> >>> Luca >>> >>> -- >>> >>> >>> >>> >> >> --

