Search code examples
jqueryautosuggest

Auto suggest textbox client-side - jQuery


I want to have a auto suggest textbox where the tags will be present in the array in the javascript, so no request to server.


Solution

  • check out JQuery UI Autocomplete.

    This is the link to the demo: http://jqueryui.com/demos/autocomplete/

    The first demo 'Default Functionality' addresses your problem