12/19/2012 12:26:16 AM

Remove all items in a select list using jQuery

//clear select box $("#selectList").find("option").remove();