Autocomplete: Passing a URL
I am having some trouble with the Autocomplete plugin.
In the input box every time the onkeyup event is triggered a script launches.
However when you click one of the search results the script doesn't launch.
I've tried onchange as a trigger but this doesn't seem to work either.
And I haven't been able to find out how to append a href to each of the search results since I guess this will solve my problem.
Any ideas on how to fix this?