js改变bootstrap switch的选中与否
1个回答
2016-03-10
展开全部
无线开关:<div id="wlan_enable_div" class="make-switch"
data-on="success" data-off="warning"><input type="checkbox"
id="enable" name="enable" checked></div>
if(info.WLANConfiguration.Enable=='1')
{//无线打开
$('#wlan_enable_id').bootstrapSwitch('toggleState');
$('#wlan_enable_id').bootstrapSwitch('setState', true);
}else
{//无线关闭
$('#wlan_enable_div').bootstrapSwitch('toggleState');
$('#wlan_enable_div').bootstrapSwitch('setState', false);
}
具体见官网 http://www.bootcss.com/p/bootstrap-switch/
data-on="success" data-off="warning"><input type="checkbox"
id="enable" name="enable" checked></div>
if(info.WLANConfiguration.Enable=='1')
{//无线打开
$('#wlan_enable_id').bootstrapSwitch('toggleState');
$('#wlan_enable_id').bootstrapSwitch('setState', true);
}else
{//无线关闭
$('#wlan_enable_div').bootstrapSwitch('toggleState');
$('#wlan_enable_div').bootstrapSwitch('setState', false);
}
具体见官网 http://www.bootcss.com/p/bootstrap-switch/
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询