请您查看This Demo并告诉我为什么我无法在此示例中运行Bootstrap Switch 3:
<div class="container">
<div class="well">
<input type="checkbox" name="my-checkbox" checked />
</div>
</div>
<script>
$(function() {
$("[name='my-checkbox']").bootstrapSwitch();
});
</script>
答案 0 :(得分:0)
你肯定需要bootstrap开关js和css文件!以下是说明 - http://www.bootstrap-switch.org/
以下是演示的更新 - http://jsfiddle.net/ctbZ9/
<script src="http://www.bootstrap-switch.org/dist/js/bootstrap-switch.js"></script>