jQuery Mobile 是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。在本文中,我们将使用 jQuery Mobile 制作一个禁用按钮。
方法:首先,添加您的项目所需的 jQuery Mobile 脚本。
我们将使用不同类型的 ui 类和类型来组成标记按钮。
示例 1:在本文中,我们将使用具有 disabled 属性的 Button 来禁用它
HTML
GeeksforGeeks
Disable buttons using jQuery Mobile
HTML
GeeksforGeeks
Disable Anchor using jQuery Mobile
Disabled anchor
输出:
示例 2:在本文中,我们将使用带有 class=”ui-btn ui-state-disabled” 的 Anchor 标签。
HTML
GeeksforGeeks
Disable Anchor using jQuery Mobile
Disabled anchor
输出: