[Seaside] Re: JQuery - Autocomplete

Facundo Vozzi facundov79 at gmail.com
Tue Dec 7 22:02:16 UTC 2010


Yes,

my code is:

html textInput
       id: html lastId;
       script: (html jQuery this autocomplete
         sourceCallback: [:string | self clientsOfNameBegginingWith: string
]);
callback: [:name| self clientName: name]]

It works if I include JQDeploymentLibrary and JQUIDeploymentLibrary in my
seaside application but it doesn't work if I use JQGoogleLibrary and
JQUIGoogleLibrary instead.

Facu

On Tue, Dec 7, 2010 at 3:12 PM, Fritz Schenk <intrader at aol.com> wrote:

> Provide more information, code, working model.etc
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101207/8a8fa210/attachment.htm


More information about the seaside mailing list