What\'s the easiest way to add an option to a dropdown using jQuery?
Will this work?
$(\"#mySelect\").append(\'
We found some problem when you append option and use jquery validate. You must click one item in select multiple list. You will add this code to handle:
$("#phonelist").append("");
$("#phonelist option:selected").removeAttr("selected"); // add to remove lase selected
$('#phonelist option[value=' + 'yournewvalue' + ']').attr('selected', true); //add new selected