Javascript Example. Loading a collection. $.get('example_collection.json', function(data){ $("#name").typeahead({ source:data }); },'json'); ...
確定! 回上一頁