fcbkcomplete, how to obtain all the values after adding or updating the Input
- by nobosh
I'm interested in using fcbkcomplete, which has:
onselect – fire event on item select.
onremove – fire event on item remove
What I'd like to happen for those two events is to alert a list of the IDs/values of the items in the input box.
Can you help me understand how to get these values?
Thanks