Typeahead.js Datasource -


we trying use typeahead.js autocomplete widget need access returned data in different manner. sequence is:

1- user types in query

2- request made remote source typeahead

3- results shown in typeahead drop down menu

4- stuck. user can select item list in menu , properties wish with. need once user has selected item, second request made server (using id of selected item) upon 1 single record sent , need properties of item.

is there way can achieve single click when user selects item list.

many thanks


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -