超棒的页面checkbox和radio美化jQuery类库 - iCheckbox

所属分类:UI-标签

 43991  359  查看评论 (1)
分享到微信朋友圈
X
超棒的页面checkbox和radio美化jQuery类库 - iCheckbox ie兼容8

iCheckbox是一个超棒的界面美化Javascript类库。


主要特性


跨浏览器和设备统一的input样式和UI(包括了桌面和移动设备)

支持触摸设备 - iOS,android,blackberry,windows phone

支持键盘控制 - Tab,空格,方向键和其它快捷方式

完全自定义 - 使用任何HTML和CSS来控制输入的样式

轻量级 - 1kb

15个选项来自定义checkbox和radio

8个回调函数支持

6个方法来编程控制

支持任何jQuery的选择器

支持IE7+(如果不使用CSS chain也可以支持ie6),Chrome,Firefox和Safari等浏览器

支持移动浏览器(Opera mini, Chrome mobile, Safari mobile等),支持iOS, Android, BlackBerry and Windows Phone设备

使用步骤

// customize all inputs (will search for checkboxes and radio buttons)
$('input').iCheck();
 
// handle inputs only inside $('.block')
$('.block input').iCheck();
 
// handle only checkboxes inside $('.test')
$('.test input').iCheck({
  handle: 'checkbox'
});
 
// handle .vote class elements (will search inside the element, if it's not an input)
$('.vote').iCheck();
 
// you can also change options after inputs are customized
$('input.some').iCheck({
  // different options
});
相关插件-标签

css3-button-with-tooltip

css3-button-with-tooltip很清新
  标签
 32183  294

jQuery实用的文章自定义标签插件(原创)

自己项目中用到的,也许对萌新们有点用处,特此贴上
  标签
 34136  410
  标签
 70015  418

云签,字体悬浮,无限移动(原创)

js原生实现字体悬浮,也就是云签,鼠标移入字体悬停,点击调连接,移开继续移动漂浮
  标签
 26621  350

讨论这个项目(1)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    J.J 0
    2016/3/1 17:03:45
    魔界小鸟 0
    2013/10/8 10:02:00
    很不错,兼容性也很好啊,要是支持input,或者其它表单元素就强大了! 回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复