Question: Need to disable already selected options in select box using jQuery. $('option:selected', this).removeAttr('selected'); This is saying, find all option:selected that is a descendent of li.dropdown-option. jquery hide select option. jquery remove option from select by value. When the Button is clicked, the jQuery click event handler is executed. remove all options from select jquery but only one - jQuery. empty select option jquery. If you have any question about any post, Feel free to ask.You can simply drop a comment $("#select-list").empty(); Lets say I have the following HTML:

jquery remove option from select. delete div based on select jquery disable select add edit delete from table using jquery jquery option selected set select option as selected jquery To remove an option, you can use the remove() method of jQuery. jQuery(document).ready(function(){ jQuery('#input_1_34').bind('change', function() { //get selected value from drop down var selectedValue = jQuery("#input_1_34").val(); //hide Select elements typically have two values that you want to access. To remove an option from a dropdown list, you can use jQuerys .remove () method. The .remove () method will remove the specified elements out of the DOM. Using jQuerys attribute selector, you can use any of the following methods to find the corresponding