jquery comboTreePlugin实现下拉树状单选多选模糊搜索选择框效果代码

代码语言:html

所属分类:表单美化

代码描述:jquery comboTreePlugin实现下拉树状单选多选模糊搜索选择框效果代码

代码标签: jquery comboTreePlugin 下拉 树状 单选 多选 模糊 搜索 选择框

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

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <style>
        body{
            background: white;
        }
    </style>

    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/comboTreePlugin.css">

</head>

<body>

    <div class="wrapper">
        <div id="justAnInputBox1" class="select-tree-wrap"></div>
        <div id="justAnInputBox2" class="select-tree-wrap"></div>
    </div>

    <script type="text.........完整代码请登录后点击上方下载按钮下载查看

网友评论0