i-check的简单用法


示例代码 $('input').iCheck('check');

— 将输入框的状态设置为checked $('input').iCheck('uncheck');

— 移除 checked 状态 $('input').iCheck('toggle');

— toggle checked state $('input').iCheck('disable');

— 将输入框的状态设置为 disabled $('input').iCheck('enable');

— 移除 disabled 状态 $('input').iCheck('update');

— apply input changes, which were done outside the plugin $('input').iCheck('destroy');

— 移除iCheck样式


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM