2 Star 43 Fork 16

周万年 / layui-areaSelect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 817 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
zhouwannian 提交于 2021-08-26 09:09 . 1
<!DOCTYPE html>
<head>
<title>组件集合</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="https://www.layuicdn.com/layui-v2.6.8/layui.js"></script>
<link rel="stylesheet" href="https://www.layuicdn.com/layui/css/layui.css"/>
<link rel="stylesheet" href="./index.css"/>
<link rel="stylesheet" href="./components/area.css">
</head>
<body>
<div class="comBox">
<div class="title">区域选择组件</div>
<div class="optBox">
<input type="text" placeholder="选择的地区展示在这里" id="areaNames"/>
<input type="hidden" id="areaCodes" />
<button type="button" id="sltBtn">选择地区</button>
</div>
</div>
<script src="./index.js"></script>
</body>
JavaScript
1
https://gitee.com/zhou-wannian/layui-areaSelect.git
git@gitee.com:zhou-wannian/layui-areaSelect.git
zhou-wannian
layui-areaSelect
layui-areaSelect
master

搜索帮助

14c37bed 8189591 565d56ea 8189591