I have a drop down on a web page which is breaking when the value string contains a quote.
The value is \"asd, but in the DOM it always appears as an em
\"asd
If you are using PHP, try calling htmlentities or htmlspecialchars function.