removing all option of dropdown box in javascript

后端 未结 7 1736
自闭症患者
自闭症患者 2021-02-01 04:21

How can i dynamically remove all options of a drop down box in javascript?

7条回答
  •  余生分开走
    2021-02-01 05:11

    The fastest solution I was able to find is the following code (taken from this article):

    // Fast javascript function to clear all the options in an HTML select element
    // Provide the id of the select element
    // References to the old 
                            
        
    提交评论

提交回复
热议问题