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
When setting with JQM, don't forget to update the UI:
JQM
UI
$('#selectId').val('newValue').selectmenu('refresh', true);