jquery.dropdown实现下拉单选多选框效果代码

代码语言:html

所属分类:表单美化

代码描述:jquery.dropdown实现下拉单选多选框效果代码

代码标签: jquery dropdown 下拉 单选 多选

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <style>
        a {
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input:focus {
  outline: none;
}

.cleartfix {
  zoom: 1;
}

.cleartfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
    </style>
        <link rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/fonts/dropdown/iconfont.css">

    <link type="text/css" rel="stylesheet" href="//rep.........完整代码请登录后点击上方下载按钮下载查看

网友评论0