SyntaxFix
Write A Post
Hire A Developer
Questions
when you see this problem always put your autocomplete function in keyup function and ensure you have added the libraries
$( "#searcharea" ).keyup(function(){ $( "#searcharea" ).autocomplete({ source: "suggestions.php" }); });