如圖第一行按鈕 是寫的死的 有點(diǎn)擊效果,可是后邊的都沒有點(diǎn)擊效果 我怎么修改? <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>
bootstrap switch控件使用問題
陪伴而非守候
2018-12-18 18:14:17