Answers for "drop down list value on set the value always returns first 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 "drop down list value on set the value always returns first jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language