JQuery Set Wählen Sie Readonly aus

$('#dropdown').attr("disabled", true); 

// Drop down is always read only. What you can do is disable it
Chris PA