jQuery Mobile Collapsibleset refresh() 方法
jQuery Mobile是一种基于 Web 的技术,可用于为可在所有类型的智能手机、平板电脑和台式机上访问的网站制作响应式内容,它也被许多用户使用。
在本文中,我们将使用jQuery Mobile Collapsibleset refresh()方法来更新collapsibleset小部件。此方法用于更新视觉样式,也不接受任何参数。
句法:
$( ".selector" ).collapsibleset( "refresh" );
参数:此方法不接受任何参数。
返回类型:此方法刷新小部件。
CDN 链接:以下是您的项目需要的一些 jQuery Mobile 脚本,因此请将它们添加到您的项目中。
示例:这个示例描述了jQuery Mobile Collapsibleset refresh()方法的使用。
HTML
GeeksforGeeks
jQuery Mobile Collapsibleset Refresh() 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-refresh