Get selected value in dropdown list using JavaScript. cheers for that @Fabiano, this actually removes the items as opposed to other suggestions. @mikerodent I have no doubt that the function itself is of top quality and performance. For testing try to remove about 250000 options. This is unnecessary at best, and slow and inefficient at best. But this makes things so much simpler that I actually like it. Dont you wish you could append the above functions prototype of the HTMLSelectElement element? In jQuery, the solution for removing all options will be like: Probably, not the cleanest solution, but it is definitely simpler than removing one-by-one: You can use the following to clear all the elements. While using W3Schools, you agree to have read and accepted our, Required. Also, I do not recommended simply setting the values to null, as that may cause unexpected behaviour. If you wish to have a lightweight script, then go for jQuery. The reader may have no idea that you probably mean jQuery. Many browsers use 100% CPU and hang when removing that many options from a drop-down list. We demonstrate this with the following example. This post will discuss how to get all options of a select in JavaScript and jQuery. I've tried options=null and var clear=0; length=clear with the same result. The function returns a reference to the new SELECT object. How to create footer to stay at the bottom of a Web page? After searching, I've learned that it's the length=0 that it doesn't like. There are two approaches that can be taken to achieve this: Approach 1: Using find(), remove(), end() and append() Methods. I am doing this to multiple objects at a time, so I am looking for some lightweight JS code. </title> <script src= $("#select-list").empty() The resulting HTML would be as follows: <div id="div"> <select id="select-list"> </select> </div> If you are using WordPress, don't forget to change the $ to jQuery as below: Dynamically Add/Remove Items From List JavaScript, Upload a File with Jersey using AJAX and HTML5 progress bar, How to Detect Enter Keypress using JavaScript/JQuery, How to prevent number input in JavaScript/JQuery, Adding Static Resources (css, JavaScript, Images) to Thymeleaf, dynamically-add-remove-options-select-javascript-example, How to Call JavaScript Function on Page Load. How to get N options from the