I am retriving Bing values from it’s api through this link:
http://api.bing.net/qson.aspx?Query=s&Market=en-us&JsonType=callback&JsonCallback=
Now when I parse the results on keyup and append them in the body it works but when I set the results on jQuery’s autocomplete it doesn’t.
Here is the example: http://jsfiddle.net/LkVcg/
NOTE: In the fiddle I’ve also included Yahoo’s auto suggest which uses the same method so that I can proof that it should work.
What I’m I doing wrong? How can I make the results of Bing to appear on jQuery’s autocomplete()?
Here is a working version of the fiddle.
There were 2 key changes:
Thus:
(Take out the “console.log()” calls if you like 🙂