jQuery Mobile Collapsibleset Widget 默认选项
jQuery Mobile 是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。在本文中,我们将使用具有 true 值的 jQuery Mobile Collapsibleset Widget 默认选项来设置其他具有默认值的小部件选项,并导致小部件自动增强代码省略从数据属性中检索选项值的步骤。它接受布尔类型值,其默认值为 false。
句法:
$( ".selector" ).collapsibleset({
defaults: boolean
});
CDN 链接:首先,添加您的项目所需的 jQuery Mobile 脚本。
例子:
HTML
GeeksforGeeks
jQuery Mobile Collapsibleset Widget defaults Option
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. CSS allows you to apply styles
to web pages. More importantly, CSS enables
you to do this independent of the HTML that
makes up each web page.
JavaScript
JavaScript is the world most popular lightweight,
interpreted compiled programming language. It is
also known as scripting language for web pages.
It is well-known for the development of web pages,
many non-browser environments also use it.
JavaScript can be used for Client-side developments
as well as Server-side developments.
输出:
参考: https://api.jquerymobile.com/collapsibleset/#option-defaults