SyntaxFix
Write A Post
Hire A Developer
Questions
I could not get the $("#example").autocomplete( "search", "" ); part to work, only once I changed my search with a character that exists in my source it work. So I then used e.g. $("#example").autocomplete( "search", "a" );.
$("#example").autocomplete( "search", "" );
$("#example").autocomplete( "search", "a" );