Twitter's typeahead example
I am searching for an example for twitter's typeahead.
I want to get the data with a function, should I use remote? The returned
from the server data would be a Json (not simply an array). From those I
want to display only the field e.g. name.
Upon selection of the correct name I want to run another function that
e.g. alerts the id and the description (fields) of that object. Probably
with typeahead:autocompleted event binder ?
No comments:
Post a Comment