I am attempting to clone the functionality of google suggest. I have found google urls that return the the suggestions via json (google.com/complete/search?q=abc)
I am already using jquery, so i would prefer to use code similar to this for the auto-complete http://docs.jquery.com/UI/Autocomplete
the code that is lacking is the ajax to request the suggestions, and tie back into the jquery auto complete.
can someone tell me the general approach i should take? or point me to a similar example?