What\'s the easiest way to add an option to a dropdown using jQuery?
option
Will this work?
$(\"#mySelect\").append(\'My
That works well.
If adding more than one option element, I'd recommend performing the append once as opposed to performing an append on each element.