jQuery Mobile Popup disable() 方法
jQuery Mobile 是一套基于 HTML5 的用户系统交互小部件工具箱,用于构建在 jQuery 之上的各种用途。它旨在构建可用于移动设备、选项卡和桌面的快速响应式网站。
在本文中,我们将了解Mobile Popup disable()方法。单击链接时,弹出窗口用于显示一些数据。 disable() 方法用于在单击链接时禁用弹出窗口。
句法:
$('selector').popup('disable');
参数:此方法不接受任何参数。
CDN 链接:首先,添加项目所需的 jQuery Mobile 脚本。
示例:本示例描述了 jQuery Mobile Popup disable() 方法的使用。
HTML
GeeksforGeeks
jQuery Mobile Popup disable() method
GeeksforGeeks
A Computer Science portal for geeks.
输出:
参考: https://api.jquerymobile.com/popup/#method-disable