Remove values from select list based on condition

后端 未结 18 2263
温柔的废话
温柔的废话 2020-12-05 13:15

I have the following in the page






                    


$("#val option[value='A'],#val option[value='C']").remove();

提交回复
热议问题