jQuery Mobile Collapsibleset destory() 方法
jQuery Mobile是一种基于 Web 的技术,用于为可以在所有类型的智能手机、平板电脑和台式机上访问的网站制作响应式内容。
在本文中,我们将使用jQuery Mobile Collapsibleset destroy()方法从小部件中完全删除collapsibleset功能。此方法将元素返回到其预初始化状态,并且也不接受任何参数。
句法:
$(".selector").collapsibleset( "destroy" );
参数:此方法不接受任何参数。
返回值:此方法销毁小部件
CDN 链接:以下是您的项目需要的一些 jQuery Mobile 脚本,因此请将它们添加到您的项目中。
示例:此示例描述了 jQuery Mobile Collapsibleset destroy()方法的使用。
HTML
GeeksforGeeks
jQuery Mobile Collapsibleset destroy() Method
HTML
HTML stands for HyperText Markup Language.
It is used to design web pages using a
markup language. HTML is the combination
of Hypertext and Markup language. Hypertext
defines the link between the web pages.
CSS
CSS (Cascading Style Sheets) is a stylesheet
language used to design the webpage to make
it attractive. The reason of using CSS is to
simplify the process of making web pages
presentable.
JavaScript
JavaScript is the world most popular lightweight,
interpreted compiled programming language. It is
also known as scripting language for web pages.
输出:
参考: https://api.jquerymobile.com/collapsibleset/#method-destroy