views:

12

answers:

0

Hi, I have created a email form using jQuery AutoComplete. Some thing like this one: http://www.dotnetcurry.com/ShowArticle.aspx?ID=515 but I can't figure out how to allow users to select more then one items and append to the $("[id$='txtTo']").val(users); ... similar to outlook i.e [email protected];[email protected];[email protected] and so on.

anyone has done it?