what must i do?
i use bootstrap to make function typeahead, but i want to make value get from database,...
this is my script
var subjects = ['PHP', 'MySQL', 'SQL', 'PostgreSQL', 'HTML', 'CSS', 'HTML5', 'CSS3', 'JSON','MMA','MMB','MMC'];
$('#search').typeahead({source: subjects});
help me,...
what must i do? i use bootstrap to make function typeahead, but i want to make value get from database,...
this is my script var subjects = ['PHP', 'MySQL', 'SQL', 'PostgreSQL', 'HTML', 'CSS', 'HTML5', 'CSS3', 'JSON','MMA','MMB','MMC']; $('#search').typeahead({source: subjects});