当前路径: 星河码客 » 插件特效 » jQuery和css3单选框复选框美化效果

jQuery和css3单选框复选框美化效果

一款使用jQuery和css3制作的单选框和复选框美化效果的插件。该美化效果插件代码小巧简洁,最为显眼的效果是复选框选中时小勾的旋转效果。HTML

  • Gender:

  • Male
  • Female
  • Favorite music:

  • Pop music
  • Rock music
  • Rap music
  • Hiphop music
使用jQuery切换动画效果引入jQuery文件。$('input[name="radio-btn"]').wrap('
');$(".radio-btn").on('click', function () { var _this = $(this), block = _this.parent().parent(); block.find('input:radio').attr('checked', false); block.find(".radio-btn").removeClass('checkedRadio'); _this.addClass('checkedRadio'); _this.find('input:radio').attr('checked', true);});$('input[name="check-box"]').wrap('
');$.fn.toggleCheckbox = function () { this.attr('checked', !this.attr('checked'));}$('.check-box').on('click', function () { $(this).find(':checkbox').toggleCheckbox(); $(this).toggleClass('checkedBox');});

jQuery和css3单选框复选框美化效果

在线演示        积分下载        6毛下载        砍两刀下载       

文件目录······
暂无数据
 猜你喜欢 更多»
 工具推荐 更多»