What\'s the easiest way to add an option to a dropdown using jQuery?
option
Will this work?
$(\"#mySelect\").append(\'My
Try
mySelect.innerHTML+= 'My option';
btn.onclick= _=> mySelect.innerHTML+= `${+new Date}`
Add option