Jump to content

google search auto suggestion style


tomindo

Recommended Posts

      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.

 

Link to comment
https://forums.phpfreaks.com/topic/232815-google-search-auto-suggestion-style/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.