Answers for "how to set the default value of select in jquery"

0

To set the dropdown default value using jquery

$("#SelectPayment option:selected").val('Cash');
Posted by: Guest on May-07-2020
8

select default value

<option selected>
5
</option>
Posted by: Guest on April-03-2020

Code answers related to "how to set the default value of select in jquery"

Browse Popular Code Answers by Language