使用jquery清除select中的所有option

html代码

<select >
<option>baidu</option>
<option>sogou</option>
</select>

js代码

$("#search").empty();