set jQuery pilih readonly

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

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