Answers for "remove all except first jquery"

0

jquery remove all options but first

yourSelect.find('option').not(':first').remove();
Posted by: Guest on January-11-2021

Code answers related to "remove all except first jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language