To set the dropdown default value using jquery

JavaScript
$("#SelectPayment option:selected").val('Cash');
Source

Also in JavaScript: