在我的mvc dropdwon中,我没有为禁用的下拉列表选择文本
@Html.DropDownList("ServiceID", ViewBag.Services as SelectList, "Select Service", new { @class ="form-control" ,name="ServiceID",disabled="disabled"})
我的jquery
var selectedText = $("#ServiceID option:selected").text();