iOSSelect.js
H5中实现iOS的select下拉联动效果
http://zhoushengfe.com/iosselect/website/index.html#user-content-demos
引入文件:
<link rel="stylesheet" href="/static/css/iosSelect.css"> <script type="text/javascript" src="/static/js/iosSelect.js"></script>
html:
<span id="monthselect" style=" position:absolute; top: 0px; right: 20px; z-index: 199;"><img id="monthimg" width="30" ></span>
js: 实例化组件 例子
<script>
var data =[
{'id': '01-01', 'value': '1月'},
{'id': '02-01', 'value': '2月'},
{'id': '03-01', 'value': '3月'},
{'