jQuery set sélectionner Readonly

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

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