- bootstrap with typeahead
- jquery
This will use bootstrap with typeahead to create an autocomplete search. It shouldn't search until user is done their thought. Aka - fast typers. Right now set to 300ms.
Also caches content from server so you don't make the same call over and over again.
- Made this into a reusable function.
- Store the cache result in association with the $obj passed into the function.