bootstrap switch赋值不生效

bootstrap自带的switch的赋值开关办法为

 $("#Modal_State").attr("checked",true);

但是如果独立用Bootstrap Switch开关控件,自己的css和库的话,就需要用下面这种方式:

$("#Modal_State").bootstrapSwitch('state',true);

 

你可能感兴趣的:(bootstrap,bootstrap)