SyntaxFix
Write A Post
Hire A Developer
Questions
I've augmented the original typeahead Bootstrap plugin with ajax capabilities. Very easy to use:
$("#ajax-typeahead").typeahead({ ajax: "/path/to/source" });
Here's the github repo: Ajax-Typeahead