[jQuery] Autocomplete behavior
<div>I just figured out autocomplete today and I'm almost there.... Right now I have a form that has a text field; the autocomplete function is supposed to talk to a URL that would return results even if "q" is contained as a substring in the middle of a value. I figure as I type more into my text field the value of "q" passed to the URL would grow and the client form would receive ever more specific resultsets.</div>
<div> </div>
<div>I have a sample value that starts off with "bd54861e..." The autocomplete displays the suggestion when I type in "5", but the value disappears when I type in "54". My hunch is the <a id="Advanced_options">matchSubset</a> option is what I need to set but it's already defaulted to "1". As of right now I'm not using any other options.</div>
<div> </div>
<div>Pls clue me in... Thx a bunch!!!<br clear="all">
--
Joe Tseng
______________________________
<a href="http://tinyurl.com/3kwx94">http://tinyurl.com/3kwx94</a> </div>