I use Jörn's plugin as well.  From what I have read on the docs he's
included the updates from most of the other variations on the
autocomplete theme.  I found it pretty simple to use and it had all
the features I required.

The only thing I'd like to do that I'm having a hard time with is a
'presubmit' that validates user input before an AJAX request is sent.

On Jan 27, 4:52 pm, Eric Martin <[EMAIL PROTECTED]> wrote:
> On Jan 27, 9:35 am, Cloudream <[EMAIL PROTECTED]> wrote:
>
> > try
> > Jörn Zaefferer 
> > 'shttp://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/http:...
>
> This is the one I ended up using and would recommend it also. I only
> had to make a couple minor changes for it to fit my needs. And Jörn
> was very responsive on a bug that I found.
>
> -Eric
>
> > On Jan 27, 11:12 pm, Christoph Haas <[EMAIL PROTECTED]> wrote:
>
> > > Fellow earthicans...
>
> > > A year ago I needed an autocompleter and tried Dylan Verheul's plugin
> > > (http://www.dyve.net/jquery/?autocomplete). I found that it lacked a few
> > > things and had some bugs I can't remember any more. Later I stumbled
> > > across a derived version 
> > > athttp://www.pengoworks.com/workshop/jquery/autocomplete.htm. It was a bit
> > > better but I couldn't switch off subset matching properly. Example...
>
> > > Pengoworks code:
>
> > >     options.matchSubset = options.matchSubset || 1;
>
> > > My patch:
>
> > >     options.matchSubset = options.matchSubset || 0;
>
> > > I'm not sure I'm right here but I couldn't pass on "matchSubset:0"
> > > because the "|| 1" would re-enable it. Or was I missing anything?
>
> > > Now I'm stuck with my hacked version of a hacked version of an
> > > autocomplete plugin that may have fixed a few things. Can anybody
> > > enlighten me which autocomplete plugin can decently be used? Thanks.
>
> > > Kindly
> > >  Christoph
> > > --
> > > [EMAIL PROTECTED]  www.workaround.org   JID: [EMAIL PROTECTED]
> > > gpg key: 79CC6586         fingerprint: 
> > > 9B26F48E6F2B0A3F7E33E6B7095E77C579CC6586

Reply via email to