I have a Spry Auto suggest widget where I select a list of names from a cfc
object which generates an XML data set. What I need to do is to add those
selections to a list below the widget input box, so as I search in the auto
suggest list and select a name John Doe, for example, I need to be able to add
John Doe to the list below, as I continue selecting more names, until I got
everyone. I would also need to be able to delete names from my list of selections
and add new ones. Does Spry do that or perhaps Scriptaculous?
How can I easily do that?
Any suggestions are appreciated. THANKS!