以下是使用jQuery Mobile制作一个水平分组单选按钮的完整攻略:
- 首先,在HTML文件中引入jQuery Mobile库。可以以下代码实现:
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile</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>
- 接下来,在HTML添加一个
<fieldset>
元素,在其中添加多个<input>
元素,用于制作单选按钮。可以以下代码实现:
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Choose your favorite 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>
元素,用于制作单选按钮。name
属性用于指定单选按钮的名称,id
属性用于指定单选按钮的ID,value
属性用于指定单选按钮的值。<legend>
元素用于定义单选按钮标题。data-type="horizontal"
属性用于定义单选按钮的排列方式。
- 最后需要在JavaScript中添加代码以正确显示单选按钮。可以以下代码实现:
$(document).on('pageinit', function() {
$('input[type="radio"]').checkboxradio();
});
这样,就可以成功使用jQuery Mobile制作一个水平分组单选按钮了。
以下是两个示例:
- 示例1:使用jQuery Mobile制作一个水平分组单选按钮
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Choose your favorite 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>
元素,用于制作单选按钮。name
属性用于指定单选按钮的名称,id
属性用于指定单选按钮的ID,value
属性用于指定单选按钮的值。<legend>
元素用于定义单选按钮标题。data-type="horizontal"
属性用于定义单选按钮的排列方式。
- 示例2:使用jQuery Mobile制作一个带图标的水平分组单选按钮
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Choose your favorite fruit:</legend>
<input type="radio" name="fruit" id="apple" value="apple">
<label for="apple" data-icon="apple">Apple</label>
<input type="radio" name="fruit" id="orange" value="orange">
<label for="orange" data-icon="orange">Orange</label>
<input type="radio" name="fruit" id="banana" value="banana">
<label for="banana" data-icon="banana">Banana</label>
</fieldset>
在这个示例中,我们制作了一个带图标的水平分组单选按钮。data-role="controlgroup"
属性用于定义单选按钮的样式。同时,我们添加了多个<input>
元素,用于制作单选按钮。name
属性用于指定单选按钮的名称,id
属性用于指定单选按钮的ID,value
属性用于指定单选按钮的值。