Open GoogleCodeExporter opened 9 years ago
You should be able to accomplish this using the new freebase suggest which is
now
hosted on freebaselibs.com. The latest version:
http://freebaselibs.com/static/suggest/0.9.4/index.html
you can do something like:
var base = {
response: $.suggest.suggest.response
}
$.suggest("mysuggest", {
response: function(data) {
// you can modify the data here
// and call super.response
base.response.apply(this, [data]);
}
});
Original comment by daep...@gmail.com
on 17 Aug 2009 at 5:14
Original comment by daep...@gmail.com
on 17 Aug 2009 at 6:28
Original issue reported on code.google.com by
simon%si...@gtempaccount.com
on 15 Aug 2009 at 10:02