HELP: Can't display commas in WICK drop down.
Status: Alpha
Brought to you by:
valmont
I can't display commas in the WICK drop down.
I have an array of strings for WICK but I have a comma in one of the strings. For example:
'John Doe, DDS',
But in the drop down it just shows:
John Doe
How do I get that comman to display in the drop down so it should look like:
John Doe, DDS
I know for apostrophes you can do the following:
O\'Brien
But it doesn't work for commas.
Please help I need to be able to display commas in the javascript string array for the WICK drop down.
Thanks!