jQuery Mobile Textinput destroy() 方法
jQuery Mobile 是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。
在本文中,我们将使用jQuery Mobile Textinput destroy() 方法从小部件中完全删除文本输入功能。此方法不接受任何参数并将元素返回到其初始化前状态。
句法:
$(".selector").textinput( "destroy" );
CDN 链接:首先,添加项目所需的 jQuery Mobile 脚本。
示例:本示例描述了 jQuery Mobile Textinput destroy() 方法的使用。
HTML
GeeksforGeeks
jQuery Mobile Textinput destroy() Method
输出:
参考: https://api.jquerymobile.com/textinput/#method-destroy