js三级联动地址选择

/*
*	全国三级城市联动 js版
	wlit.版权所有
**/
function Dsy(){
	this.Items = {};
}
Dsy.prototype.add = function(id,iArray){
	this.Items[id] = iArray;
}
Dsy.prototype.Exists = function(id){
	if(typeof(this.Items[id]) == "undefined") return false;
	return true;
}

function change(v){
	var str="0";
	for(i=0;i0 || !v){
			if(dsy.Exists(str)){
				ar = dsy.Items[str];
				for(i=0;i

  

转载于:https://www.cnblogs.com/wlitsoft/archive/2012/03/17/2403947.html

你可能感兴趣的:(js三级联动地址选择)