I have a select field with some options in it. Now I need to select one of those options with jQuery. But how can I do that when I only know the
select
options
Completed Pending Cancelled Failed In Progress Overdue Refunded
Setting to Pending Status by value
$('#contribution_status_id').val("2");