如何使用jQuery Mobile制作非内嵌式折叠器

  • Post category:jquery

以下是使用jQuery Mobile制作非内嵌式折叠器的完整攻略:

  1. 首先,需要在HTML文件中引入jQuery Mobile库。可以通过以下代码实现:
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>jQuery Mobile Example</title>
  <link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
  <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
  <script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
  1. 接下来,需要在HTML文件中添加一个<div>元素,用于包含折叠器。可以通过以下代码实现:
<div data-role="collapsible-set" data-theme="a" data-content-theme="a">
  <div data-role="collapsible">
    <h3>Section 1</h3>
    <p>Content for section 1</p>
  </div>
  <div data-role="collapsible">
    <h3>Section 2</h3>
    <p>Content for section 2</p>
  </div>
  <div data-role="collapsible">
    <h3>Section 3</h3>
    <p>Content for section 3</p>
  </div>
</div>
  1. 最后,需要在CSS文件中添加样式,以使折叠器正确显示。可以通过以下代码实现:
.ui-collapsible-heading .ui-btn {
  text-align: left;
}

这样,就可以成功使用jQuery Mobile制作非内嵌式折叠器了。

以下是两个示例说明:

  1. 示例1:使用jQuery Mobile制作非内嵌式折叠器
<div data-role="collapsible-set" data-theme="a" data-content-theme="a">
  <div data-role="collapsible">
    <h3>Section 1</h3>
    <p>Content for section 1</p>
  </div>
  <div data-role="collapsible">
    <h3>Section 2</h3>
    <p>Content for section 2</p>
  </div>
  <div data-role="collapsible">
    <h3>Section 3</h3>
    <p>Content for section 3</p>
  </div>
</div>
  1. 示例2:使用jQuery Mobile制作带有图标的非内嵌式折叠器
<div data-role="collapsible-set" data-theme="a" data-content-theme="a">
  <div data-role="collapsible">
    <h3><span class="ui-icon ui-icon-plus"></span>Section 1</h3>
    <p>Content for section 1</p>
  </div>
  <div data-role="collapsible">
    <h3><span class="ui-icon ui-icon-plus"></span>Section 2</h3>
    <p>Content for section 2</p>
  </div>
  <div data-role="collapsible">
    <h3><span class="ui-icon ui-icon-plus"></span>Section 3</h3>
    <p>Content for section 3</p>
  </div>
</div>

在示例2中,我们将加号图标应用于折叠器的标题中。我们使用CSS样式将图标应用于ui-icon类,并使用background-image属性将图标添加到CSS中。