Using Javascript how would I append an option to a HTML select menu?
e.g to this:
Volvo
$(document).ready(function(){ $('#mySelect').append("BMW") })