$('#mySelect') .empty() /*remove all items*/ .append('<option value="whatever">text</option>') /*add new items*/ .val('whatever'); /*set value*/