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
$("#myId").val() should work if myid is the select element id!
$("#myId").val()
myid
This would set the selected item: $("#myId").val('VALUE');
$("#myId").val('VALUE');