标签: jquery jquery-ui
jquery新手!如何使用jquery清除html“select”的内容?请帮忙!
答案 0 :(得分:4)
只需remove所有选项:
$("#mySelect > option").remove();