Reputation: 1665
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
Reputation: 6293
see if this method helps
disable disable a select. $('select').selectmenu('disable');
$('select').selectmenu('disable');
Upvotes: 1