Skip to content

overtrue/city.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

city.js

城市选择控件

#Usage

html:

省:<select name="province" id="province"></select> 
市:<select name="city" id="city"></select> 
区:<select name="area" id="area"></select> 

js:

<script src="assets/js/city.js"></script>
<script>
$(function(){
   city_selector();
});
</script>

#Settings

var config = {
    province: '#province',
    city: "#city",
    area: "#area",
};
city_selector(config);

About

城市选择控件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published