标签:put font rip input http 风格 link boot skin
1、使用:
<link rel="stylesheet" href="css/skins/all.css">或者<link rel="stylesheet" href="css/skins/flat/需要的颜色文件">
<script src="js/jquery.js"></script>
<script src="js/icheck.js"></script>
2、初始化:
$(‘input‘).iCheck({
checkboxClass: ‘icheckbox_flat-blue‘, //每个风格都对应一个,这个不能写错哈。
radioClass: ‘icheckbox_flat-blue‘,
});
3、选中不选中处理:
$(‘input‘).on(‘ifChecked‘, function(event){ })
$(‘input‘).on(‘ifUnchecked‘, function(event){ })
其他参考API:http://www.bootcss.com/p/icheck/#skins
标签:put font rip input http 风格 link boot skin
原文地址:https://www.cnblogs.com/yuyedaocao/p/8971633.html