[jQuery] Re: Autocomplete: implement result() to link a selection

2009-09-09 Thread alexbodn . groups
google for the result trigger of autocomplete, and perform an href.location=x there. On Thu, Sep 10, 2009 at 02:02, ripcurlksm wrote: Can anyone offer any suggestion to allow for me to get this to work? If I type something like "Green" and click on the suggestion, I want it to go to a page l

[jQuery] Re: Autocomplete: implement result() to link a selection

2009-09-09 Thread ripcurlksm
Can anyone offer any suggestion to allow for me to get this to work? If I type something like "Green" and click on the suggestion, I want it to go to a page like page.php?id=1. If I type something like "Red" and click on the suggestion, I want it to go to a page like page.php?id=2. %-| --