I have a search box that works fine using ajax by clicking on the suggested search term it brings up and then clicking the go button.
What I'm looking for now is to make this a one click process instead of two.
I would like the search to trigger once the user clicks on the suggested term instead of needing the go button clicked after.
Am I right in thinking that this can be done some how using the javascript onclick command or not?
What I'm looking for now is to make this a one click process instead of two.
I would like the search to trigger once the user clicks on the suggested term instead of needing the go button clicked after.
Am I right in thinking that this can be done some how using the javascript onclick command or not?