[jQuery] [autocomplete] required jquery version

2008-06-27 Thread Felix Schwarz
Hi, http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ states that the required version of jquery is 1.2.6. Is there a list why 1.2.6 is necessary? I write a trac plugin and trac 0.11 only ships 1.2.3 but I don't like to/can't insert my own version of jQuery. fs

[jQuery] [autocomplete] custom parse function

2008-06-27 Thread Felix Schwarz
Hi, still using the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Currently the script expects by default that the response contains the data as "visible text|other data" with one item per line (at least this is what I figured out from reading the sour

[jQuery] [autocomplete] custom parse function

2008-06-27 Thread Felix Schwarz
Hi, still using the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Currently the script expects by default that the response contains the data as "visible text|other data" with one item per line (at least this is what I figured out from reading the sourc

[jQuery] [autocomplete] Display a busy indicator?

2008-06-27 Thread Felix Schwarz
Hi, I use the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ There is something I could not figure out: Is it possible to show an busy indicator while the results are fetched from a remote server? thanks, fs

[jQuery] [autocomplete] Display a busy indicator?

2008-06-27 Thread Felix Schwarz
Hi, I use the autocomplete script from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ There is something I could not figure out: Is it possible to show an busy indicator while the results are fetched from a remote server? thanks, fs smime.p7s Description: S/MIME Cryptograph

[jQuery] Re: required jquery version

2008-06-27 Thread Felix Schwarz
MorningZ schrieb: > Right from the changelog (http://jquery.bassistance.de/autocomplete/ > changelog.txt): > > "* Updated package to jQuery 1.2.5, removing dimensions" > > older versions (not exactly sure how old though) didn't have the > dimensions built in Thanks for your answer. :-) So I hop