以下是使用jQuery Mobile制作一个基本的复选框标记的完整攻略:
- 首先,在HTML文件中引入jQuery Mobile库。可以以下代码实现:
<head>
<meta name="viewport" content="width=device-width, initial-scale=">
<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>
- 接下来,使用
<label>
元素和<input>
元素创建复选框。可以通过以下代码实现:
<label for="checkbox-1">Checkbox 1:</label>
<input type="checkbox" name="checkbox-1" id="checkbox-1" value="1">
在这个代码中,我们使用了<label>
元素来定义复选框的标签,<input>
元素用于创建复选框。for
属性于将标签与复选框关联起来,name
属性用于指定复选框的名称,id
属性用于指定复选框的ID,“属性用于指定复选框的值。
- 最后需要在JavaScript中添加代码以正确显示复选框。通过以下代码实现:
$(document).on('pageinit', function() {
$('input[type="checkbox"]').checkboxradio();
});
这样,就可以成功使用jQuery Mobile制作一个基本的复选框标记了。
以下是两个示例说明:
- 示例1:使用jQuery Mobile制作一个基本的复选框标记
<label for="checkbox-1">Checkbox 1:</label>
<input type="checkbox" name="checkbox-1" id="checkbox-1" value="1">
在这个示例中,我们制作了一个基本的复选框标记。<label>
元素用于定义复选框的标签,<input>
元素用于创建复选框。for
属性用于将标签与复选框关联起来,name
属性用于指定复选框的名称,id
属性用于指定复选框的ID,value
属性用于指定复选框的值。
- 示例2:使用jQuery Mobile制作一个带有标签的复选框
<fieldset data-role="controlgroup">
<legend>Choose your favorite sports:</legend>
<input type="checkbox" name="checkbox-1" id="checkbox-1" value="1">
<label for="checkbox-1">Football</label>
<input type="checkbox" name="checkbox-2" id="checkbox-2" value="2">
<label for="checkbox-2">Basketball</label>
<input type="checkbox" name="checkbox-3" id="checkbox-3" value="3">
<label for="checkbox-3">Tennis</label>
</fieldset>
在这个示例中,我们制作了一个带有标签的复选框。<fieldset>
元素用于将复选框组合在一起,<legend>
元素用于定义复选框组的标题。<input>
元素用于创建复选框,<label>
元素用于定义复选框的标签。for
属性用于将标签与复选框关联起来,name
属性用于指定复选框的名称,id
属性用于指定复选框的ID,`属性用于指定复选框的值。
data-role=”controlgroup”`用于将复选框组合在一起。