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 at
http://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