Hii,
Remove an option:
$("#selectBox option[value='option1']").remove();
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<select name="selectBox" id="selectBox">
 ...READ MORE
Nov 26, 2020
in JQuery
by 
Niroj
• 82,800 points 
•
1,521 views