如何禁用Dropdown?

时间:2013-03-20 08:44:00

标签: jquery html5 css3 jquery-mobile ios6

我正在使用JqueryMobile-1.3.0和cordova-2.1.0 for iOS app.I想要动态禁用下拉列表 怎么做?我这样做 $('#assignedToDropDown').attr('disabled', true); 使用它将变为禁用但它看起来像活动元素意味着禁用元素css未应用于此。

1 个答案:

答案 0 :(得分:4)

$('select').selectmenu('disable');

在此处详细了解:http://jquerymobile.com/demos/1.2.0/docs/forms/selects/methods.html

工作示例:http://jsfiddle.net/Gajotres/dEXac/