Is there a way to automatically submit a form after text is populated via $_GET? – Jquery ajax
I am bringing a value to a page via $_GET and inserting it into my search textbox. The box is an auto complete using ajax. The problem is that when it is dropped into the search box it doesn't auto…