Answers for "Get the value of the first option in a select list using jQuery"

1

select first option in dropdown jquery

myElement.find('option:eq(0)').prop('selected', true);
Posted by: Guest on October-08-2020

Code answers related to "Get the value of the first option in a select list using jQuery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language