I have jQuery autocomplete setup on an input box.
It is working fine.
However, I want to have a button that when clicked will trigger autocomplete as though the user type some text in the input. I would pass a specific string.
Any ideas on how I can do this?