How do we jquery.suggest plugin with tokeninput plugin
Hi,
I am trying to implement search. When user enter any text should show suggestions. Here all suggestions are keys, user can enter values for these keys, key-value pair is separated by colon.
Eg: Key1: value1, key2: value2
where Key1 and Key2 are suggestions in the list
value1 and value2 entered by user.
If it is possible can you suggest me please.
Thanks in advance.
Shiva