Skip to content

myzyq/city-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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="js/jquery-1.11.3.min.js"></script>
<script src="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