tomindo Posted April 5, 2011 Share Posted April 5, 2011 function fill(thisValue) { $('#country').val(thisValue); setTimeout("$('#suggestions').fadeOut();", 600); $("#my_form").trigger('submit'); } the above function is supposed to fill the search string from the suggestion box and trigger the automatic search but it does not work. If I comment the "my_form" line , the field is filled in just fine but of couse it does not trigger the search. So what I m trying to achieve here is fill in the field and trigger the search right away like google search. Quote Link to comment https://forums.phpfreaks.com/topic/232815-google-search-auto-suggestion-style/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.