免ajax省市三级联动:http://runjs.cn/detail/rcsqficf

/*
*	全国三级城市联动 js版:http://sandbox.runjs.cn/uploads/rs/267/g3ugugjp/area.js
*       SRC:http://runjs.cn/detail/rcsqficf
*/
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



源代码:





全国城市三级联动




全国城市三级联动





 
     
   
   
    
   
   

   







CSS:

button{
border:1px solid #ccc;
cursor:pointer;
  display:block;
  margin:auto;
  position:relative;
  top:100px;
}


原文:http://runjs.cn/detail/rcsqficf

下载:http://download.csdn.net/detail/cometwo/9371651


你可能感兴趣的:(web前端学习)