skip to Main Content

Jquery ajax – Input text with autocomplete – Uncaught TypeError: $.ajax is not a function in PHP, MySQL and jQuery

I'm trying to do a autocomplete text input in jQuery with user information from database in PHP and MySQL. I'm getting the following error: Uncaught TypeError: $.ajax is not a function at HTMLInputElement.<anonymous> (file.php:332) at HTMLInputElement.dispatch (jquery-3.3.1.slim.min.js:2) at HTMLInputElement.v.handle (jquery-3.3.1.slim.min.js:2)…

VIEW QUESTION
Back To Top
Search