Browse Source

修改icheck

pull/6/head
ibuler 10 years ago
parent
commit
a63f2304fe
  1. 12
      templates/script.html

12
templates/script.html

@ -12,7 +12,17 @@
<script src="/static/js/plugins/pace/pace.min.js"></script>
<!-- iCheck -->
<script src="js/plugins/iCheck/icheck.min.js"></script>
<script src="/static/js/plugins/iCheck/icheck.min.js"></script>
<!-- Peity -->
<script src="/static/js/demo/peity-demo.js"></script>
<script>
$(document).ready(function(){
$('.i-checks').iCheck({
checkboxClass: 'icheckbox_square-green',
radioClass: 'iradio_square-green',
});
});
</script>

Loading…
Cancel
Save