使用 selecet2 下拉插件
最简单的使用方法:$("**").selecet2();
案例:
1. 引入文件
2.html结构
3.js代码
// 全国三级联动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
4.最后直接调用代码即可
$('select').select2();_init_area();