0
I am a few days trying to use the Bootstrap Typeahead completion feature with this plugin:biggora/bootstrap-ajax-typeahead. After researching a lot, I found only vague answers, but nothing conclusive about how to use this plugin searching for Mysql data. Has anyone used this plugin or Typeahead for Bootstrap 3 itself looking for Mysql data that can help me? Any help will be welcome. Thanks!
Welcome to Sopt! It would be nice for you to post the codes of your attempt and the error you are having :)
– Brunno
Thank you for the welcome. I actually followed the instructions from the plugin developer I mentioned in the question. Reviewing the code, the problem was that, unintentionally, I was including jquery 2 times, the second time being an outdated version. I removed this second inclusion and everything worked. Thanks!
– Lutiano