I am trying to add options to a select element, but these options have
entities like á and it just doesn't work:

                 $(new Option("Á é", 0)).appendTo('#the-select');

It doesn't show as the html entity: Á or é

How should it be ?

Reply via email to