bootstrap的toggles开关的使用

第一次使用,总结一下使用方法。

  1. 引入css
 
  1. 引入js文件

  1. 编写页面
 
  1. script里面进行初始化
 $(function () {
   // Form Toggles
   $('.toggle').toggles({on: true});
});

你可能感兴趣的:(bootstrap的toggles开关的使用)