Monday, 15 September 2014

Issue on Running Bootstrap Switch 3 -



Issue on Running Bootstrap Switch 3 -

can please take @ this demo , allow me know why not able run bootstrap switch 3 on sample:

<div class="container"> <div class="well"> <input type="checkbox" name="my-checkbox" checked /> </div> </div> <script> $(function() { $("[name='my-checkbox']").bootstrapswitch(); }); </script>

you need bootstrap switch js , css files surely! here instructions - http://www.bootstrap-switch.org/

here update of demo - http://jsfiddle.net/ctbz9/

<script src="http://www.bootstrap-switch.org/dist/js/bootstrap-switch.js"></script>

twitter-bootstrap twitter-bootstrap-3

No comments:

Post a Comment