gt ;
selectList標題>
*{margin:0;padding:0;}
.selectList{width:200px;margin:50px auto;}
;
頭>
請選擇選項>;
選擇>
請選擇選項>;
選擇>
請選擇選項>;
選擇>
請選擇選項>;
選擇>
請選擇選項> ;
選擇>
請選擇選項>;
選擇>
$(function(){
$(".selectList").each(function(){
var url = "area.json";
var areaJson;
var temp_html;
var oProvince = $(this).find(".province");
var oCity = $(this).find(".city");
var oDistrict = $(this).find (".district");
//初始化省
var Province = function(){
$.each(areaJson,function(i,province){
temp_html ="" 省.p "選項>";
});
oProvince.html(temp_html);
city() ;
};
//分配城市
var city = function(){
temp_html = "";
var n = oProvince.get(0).selectedIndex;
$ .each(areaJson[n] ].c,function(i,city){
temp_html ="" city.ct "")
oCity.html(temp_html);
district();
//屬性縣
var District = function(){
temp_html = ""; m = oProvince.get(0).selectedIndex;
var n = oCity.get(0).selectedIndex;
if(typeof(areaJson[m].c[n].d) == "未定義" ){
oDistrict.css("顯示","無");
}else{
oDistrict.css("顯示","內聯");
$.each(areaJson[m].c[n].d, function(i,district){
temp_html =""district.dt “選項>”
});
oDistrict.html(temp_html) ;
};
};
//選擇省改市
oProvince.change(function(){
city();
});
//選擇市改縣
oCity.change(function(){
district();
});
//取得json資料
$.getJSON(url,function(data){
areaJson = data;
province();
});
});
});
腳本>
身體>
html>
json文件(area.json),這裡只是事例,根據情況添加或編寫