remove all options from select jquery

JavaScript
$('#mySelect')
    .empty()
Source

Also in JavaScript: