Tagged Questions

3
votes
3answers
5k views

Javascript: How to dynamically create an <option> that contains an HTML entity (— … «)

I'd like to add an <option> element to a <select> element where the <option> element's text contains an HTML entity: &mdash; In HTML, the code would look like this: <select ...