I am trying to use jQuery with multiple selections from
http://jqueryui.com/autocomplete/#multiple-remote
The js works perfect however, when i change the place holder on
Line no 58
in the above url to a semi-colon, it does not work.
this.value = terms.join( “; “ );
This script is set up to work with comma delimiters, and not semi-colon, so you also need to change line 19 from this:
to this: