I am attempting to retrieve and set the selected value of a select element (drop down list) with jQuery.
for retrievel i have tried $(\"#myId\").find(\':select
$(\"#myId\").find(\':select
Try this
$('#your_select_element_id').val('your_value').attr().add('selected');