I am using the jQueryUI autocomplete on a search box. All works fine. However, I wanted the result table to be updated instead of the dropdown list of jQuery suggestion list. Something like Google Search… as you type the result changes. Is there any example of that?
Share
you can either customize the plugin or use http://plugins.jquery.com/project/AutocompleteTableLayout
This plugin is still in beta, the author just extended the original autocomplete plugin to use a table layout instead of the dropdown list