------------------------------------------------------------------------->html页面<!doctype html><html><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>:jQuery省市区三级联动插件city-picker </title><link href="http://cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.css" rel="stylesheet"><link href="css/city-picker.css" rel="stylesheet"><link href="css/main.css" rel="stylesheet"></head><body><!-- Content --><div class="container"><h2 class="page-header">演示</h2><div class="docs-methods"><form class="form-inline"><div id="distpicker"><div class="form-group"><div style="position: relative;"><input id="city-picker3" class="form-control" readonly type="text" value="江苏省/常州市/溧阳市" data-toggle="city-picker"></div></div><div class="form-group"><button class="btn btn-warning" id="reset" type="button">Reset</button><button class="btn btn-danger" id="destroy" type="button">Destroy</button></div></div></form></div></div><script src="js/jquery.js"></script><script src="js/bootstrap.js"></script><script src="js/city-picker.data.js"></script><script src="js/city-picker.js"></script><script src="js/main.js"></script></body></html>html页面<-------------------------------------------------------------------------===================================================== '
添加回答
举报
0/150
提交
取消