已经解决/重新绑定事件/ //表单组件$('input').iCheck({ checkboxClass: 'icheckbox_flat-red', radioClass: 'iradio_flat-red' });//日历组件$('[years]').datepicker();$('[times]').timepicker(); //开关组件$('[switch]').bootstrapSwitch('setSizeClass', 'switch-small');
已经解决
/重新绑定事件/
//表单组件
$('input').iCheck({
});
//日历组件
$('[years]').datepicker();
$('[times]').timepicker();
//开关组件
$('[switch]').bootstrapSwitch('setSizeClass', 'switch-small');