I have autocomplete working for a list of colors(red, green, blue, etc). I
created an array of $id's to match each color.

For example if someone types and selects "red", I want it to go to a page
like mypage.php?id=1. 

How can I (1) parse the ids in the array and (2) implement the result()
function so that it links to a page and posts the proper $id? I have a live
example with source code here: 

http://psylicyde.com/misc/autocomplete/

Thank you for your time, and if you would be kind enough to be as explicit
as you can with examples on how to make an autocomplete result link to a
page and pass an $id.
-- 
View this message in context: 
http://www.nabble.com/Autocomplete%3A-implement-result%28%29-to-link-a-selection-tp25283153s27240p25283153.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to