Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 jquery 通过添加 ui-disbled 类来禁用按钮,它可以在除 windows 之外的所有移动设备中使用。
任何人有类似的情况或任何解决建议?
ui-disabled您可以使用以下命令,而不是使用类禁用按钮:
ui-disabled
$(".selector").buttonMarkup( "disable" );
文档:http ://api.jquerymobile.com/button/#method-disable