Thanks _____
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Md. Ali Ahsan Rana Sent: 04 January 2010 12:06 To: jquery-en@googlegroups.com Subject: Re: [jQuery] Autocomplete If you want to match ignoring the comma(may be this is what you want), then you have to pass some extra parameters and some more suggestion will show up besides the expected.. $("#suggest1").focus().autocomplete(cities, {multiple: true, multipleSeparator:" ", matchContains:true} ); -- http://ranacseruet.blogspot.com/