最新下载
梦幻水族馆
少女前线
星之翼
小花仙精灵乐园
餐厅萌物语
山河旅探
恋与制作人
最强大脑3
异尘:达米拉
少年西游记2
24小时阅读排行榜
- 1 为什么我在 Hugo 博客中插入图片时出现 404 错误?
- 2 dsetup16.dll - 什么是 dsetup16.dll?
- 3 dtrsve.dll - 什么是 dtrsve.dll?
- 4 dxcodex.ocx - 什么是 dxcodex.ocx?
- 5 修改共享对象时 std::shared_ptr 是线程安全的吗?
- 6 dsbho_02.dll - 什么是 dsbho_02.dll?
- 7 将 Java 应用程序的启动时间和内存占用量减少最多的策略
- 8 为什么我的 MySQL 事件创建失败并显示“您的 SQL 语法有错误”?
- 9 为什么我的 Sass 文件抛出“无效 CSS:预期表达式”错误?
- 10 为什么我的没有按预期缩小?它似乎有一个不可移除的 min-width: min-content 问题。
- 11 dwin0008.dll - 什么是 dwin0008.dll?
- 12 Java 中静态和非静态嵌套类的主要区别是什么?
- 13 X帝国价格飙升至新ATH:这是你应该知道的
- 14 dwpp.dll - 什么是 dwpp.dll?
- 15 为什么我的Go接口方法返回类型会导致编译错误?
最新教程
-
- 国外Web开发全栈课程全集
- 1713 2024-04-24
-
- Go语言实战之 GraphQL
- 1996 2024-04-19
-
- 550W粉丝大佬手把手从零学JavaScript
- 3413 2024-04-18
-
- python大神Mosh,零基础小白6小时完全入门
- 2942 2024-04-10
-
- MySQL 初学入门(mosh老师)
- 1798 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--十天精品课堂
- 2613 2024-03-29
<meta charset="UTF-8">
<title>jQuery表单复选框与单选框美化特效</title>
<link rel="stylesheet" type="text/css" href="css/iconfont.css"/>
<link rel="stylesheet" type="text/css" href="css/multiselect.css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/multiselect.js"></script>
</head>
<body><script src="/demos/googlegg.js"></script>
<h3>多选:</h3>
<div id="test"></div>
<span>结果:</span><input type="text" id="testValue"/>
<h3>单选:</h3>
<div id="test2"></div>
<span>结果:</span><input type="text" id="testValue2"/>
<h3>已选:</h3>
<div id="test3"></div>
<span>结果:</span><input type="text" id="testValue3"/>
<h3>关于选择类型(checkStyle):</h3>
<div style="height: 25px"><b style="margin-right: 10px;"><span>yx(圆心):</span></b><span><i class="iconfont icon-xuanzhong"></i></span><span><i class="iconfont icon-weixuanzhong1"></i></span></div>
<div style="height: 25px"><b style="margin-right: 10px;"><span>yg(圆钩):</span></b><span><i class="iconfont icon-xuanzhong1"></i></span><span><i class="iconfont icon-weixuanzhong1"></i></span></div>
<div style="height: 25px"><b style="margin-right: 10px;"><span>fx(方心):</span></b><span><i class="iconfont icon-CombinedShapeCopy"></i></span><span><i class="iconfont icon-weixuanzhong"></i></span></div>
<div style="height: 25px"><b style="margin-right: 10px;"><span>fg(方钩):</span></b><span><i class="iconfont icon-xuanzhong3"></i></span><span><i class="iconfont icon-weixuanzhong"></i></span></div>
这是一份jQuery的表单复选框特效,需要的朋友可以下载使用