运行Bootstrap Switch 3的问题

时间:2014-06-20 06:19:31

标签: twitter-bootstrap twitter-bootstrap-3

请您查看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>

1 个答案:

答案 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>