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/

Reply via email to