Jakub Kuchar
Jakub Kuchar

Reputation: 1665

How to set <select> as disabled or readonly in jquerymobile?

How to set select tag as disabled or readonly in jquerymobile?

http://jquerymobile.com/demos/1.0a4.1/docs/forms/forms-selects.html

Upvotes: 0

Views: 1518

Answers (1)

Taifun
Taifun

Reputation: 6293

see if this method helps

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

Upvotes: 1

Related Questions