城市选择插件使用方法:
<!-- 引入css和js -->
1 2 | < link rel = "stylesheet" href = "cityselect/cityselect.css" > < script type = "text/javascript" src = "cityselect/cityselect.js" ></ script > |
<!-- 在输入框加入id -->
1 | < input type = "text" class = "cityinput" id = "citySelect" placeholder = "请输入目的地" > |
<!--JS创建实例,传入输入框id-->
1 2 3 | <script type= "text/javascript" > var test= new Vcity.CitySelector({input: 'citySelect' }); </script> |
"附有demo,使用简便"
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com