如何使用jQuery Mobile制作一个基本的单选按钮

  • Post category:jquery

以下是使用jQuery Mobile制作一个基本的单选按钮的完整攻略:

  1. 首先,在HTML文件中引入jQuery Mobile库。可以以下代码实现:
<head>
  <meta name="viewport"="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中添加一个<fieldset>元素,并在其中添加多个<input>元素,用于制作单选按钮。可以以下代码实现:
<fieldset data-role="controlgroup">
  <legend>Choose a pet:</legend>
  <input type="radio" name="pet" id="cat" value="cat">
  <label for="cat">Cat</label>
  <input type="radio" name="pet" id="dog" value="dog">
  <label fordog">Dog</label>
  <input type="radio" name="pet" id="bird" value="bird">
  <label for="bird">Bird</label>
</fieldset>

在这个代码中,我们使用了data-role="controlgroup"属性来定义单选按钮的样式。同时,我们添加了多个<input>元素,用于制作单选按钮。在这个示例中,我们使用了jQuery Mobile内置的样式。

  1. 最后需要在JavaScript中添加代码以正确显示单选按钮通过以下代码实现:
$(function() {
  $('input[type="radio"]').checkboxradio();
});

这样,就可以成功使用jQuery Mobile制作一个基本的单选按钮了。

以下是两个示例说明:

  1. 示例1:使用jQuery Mobile制作一个基本的单选按钮
<fieldset data-role="controlgroup">
  <legend>Choose a color:</legend>
  <input type="radio" name="color" id="red" value="red">
  <label for="red">Red</label>
  <input type="radio" name="color" id="green" value="green">
  <label for="green">Green</label>
  <input type="radio" name="color" id="blue" value="blue">
  <label for="blue">Blue</label>
</fieldset>

在这个示例中,我们制作了一个单选按钮。data-role="controlgroup"属性用于定义单选按钮的样式。同时,我们添加了多个<input>元素,用于制作单选按钮。在这个示例中,我们使用了jQuery Mobile内置的样式。

  1. 示例2:使用jQuery Mobile制作一个带图标的单选按钮
<fieldset data-role="controlgroup">
  <legend>Choose a fruit:</legend>
  <input type="radio" name="fruit" id="apple" value="apple">
  <label for="apple">Apple</label>
  <input type="radio" name="fruit" id="orange" value="orange">
  <label for="orange">Orange</label>
  <input type="radio" name="fruit" id="banana" value="banana">
  <label for="banana">Banana</label>
</fieldset>

在这个示例中,我们制作了一个带图标的单选按钮。data-role="controlgroup"属性用于定义单选按钮的样式。同时,我们添加了多个<input>元素,用于制作单选。在这个示例中,我们没有使用jQuery Mobile内置的样式,而是使用了自定义的图标。