I am trying to implement eBay autosuggest in an opera extension using jQuery autocomplete.
eBay's JSON url is: http://anywhere.ebay.com/services/suggest/?v=jsonp&q=test
and this is what it gives:
["test",["tube tester","testosterone","battery tester","tester","diamond tester","testoni","one touch ultra test strips","testors"]]
but it doesn't parse anything. What I'm I missing?