[jQuery] Re: How do i use JQuery Autocomplete for multiple words

2009-05-04 Thread Jörn Zaefferer
Take a look at the multiple examples. Basically you just set multiple:true. Jörn On Mon, May 4, 2009 at 2:47 PM, Gath pgath...@gmail.com wrote: I have an autocomplete field and am just wondering how can i use it for multiple words? When i type the first word it works perfect, but when i

[jQuery] Re: How do i use JQuery Autocomplete for multiple words

2009-05-04 Thread Gath
Sorry guys! i've known how to do this! just set the multiple option to True and multipleSeparator to a character of your choice. example: $(#tagnames).autocomplete(/tags/filter, { max: 6, highlightItem: true, multiple: true, multipleSeparator: ,