Answers for "How to remove the currently selected value from a select box in its on change using jquery"

5

jquery remove option from select by value

$("#FIELDID option[value='X']").remove();
Posted by: Guest on February-27-2020

Code answers related to "How to remove the currently selected value from a select box in its on change using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language