Answers for "if we selecting value from dropdown and select again this value then value is removing"

6

jquery remove option from select by value

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

Code answers related to "if we selecting value from dropdown and select again this value then value is removing"

Code answers related to "Javascript"

Browse Popular Code Answers by Language