I am developing a webpage in which I am using jquery autocomplete, the source of jquery autocomplete is an object literal of name and value. The name is showing in the autocomplete list. I want when the user click on the item of autocomplete, the page should be redirect to the link which I have store in the name field. How its possible?
Share
You may use onChange event for the textfield selector and in that use window location href with name of object literal.
Tell if this help or i have to make an edit