treehouse : what would you like to learn today?
Web Design Web Development iOS Development

typeahead() bootstrap

  • 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});