为了账号安全,请及时绑定邮箱和手机立即绑定

bootstrap switch控件使用问题

bootstrap switch控件使用问题

陪伴而非守候 2018-12-18 18:14:17
如图第一行按钮 是写的死的 有点击效果,可是后边的都没有点击效果 我怎么修改?                     <table>                        <tr>                            <th>工资条表头</th>                            <th>是否开启</th>                        </tr>                        <tr>                            <td><input class="my-checkbox" type="checkbox" name="my-checkbox4" checked></td>                            <td><input class="my-checkbox" type="checkbox" name="my-checkbox4" checked></td>                        </tr>                        <tr ng-repeat="item in tem_set">                            <td>{{item}}</td>                            <td><input class="my-checkbox" type="checkbox" name="my-checkbox4"></td>                        </tr>                    </table><script>    $(function () {        $(".my-checkbox").bootstrapSwitch({size: 'mini'});    })</script>
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 363 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信