views:

14

answers:

0

I am using jQuery AutoSuggest plugin http://code.drewwilson.com/entry/autosuggest-jquery-plugin. That works fine. I configure to display 5 matches when user start typing. But I do have also "show more" link button on my page. When user click on that button, I need to display all the records. How can I do that using jQuery AutoSuggest plug-in? Any suggestion?