// author: dow " /> 亚洲欧美中文v日韩v在线,午夜免费视频观看,国产精品午夜波多野结衣性色

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

用prototype實(shí)現(xiàn)的簡單小巧的多級(jí)聯(lián)動(dòng)菜單

使用prototype.js這個(gè)js庫,這個(gè)在網(wǎng)上一搜就能找到了,是一個(gè)開源的js函數(shù)庫。 
看到今天貼了幾個(gè)聯(lián)動(dòng)菜單的帖子
這個(gè)應(yīng)該大家都有各自比較好的代碼了
我也順手貼一個(gè)我們team里面用的比較小巧的代碼

// author: downpour   
var DoubleCombo = Class.create();   
DoubleCombo.prototype = {   
  initialize: function(source, target, ignore, url, options, excute) {   
    this.source = $(source);   
    this.target = $(target);   
    this.ignore = $A(ignore);   
    this.url = url;   
    this.options = $H(options);   
    this.source.onchange = this.doChange.bindAsEventListener(this);   
    if(excute) {   
        this.doChange();   
    }   
  },   
  doChange: function() {   
    if(this.source.value != '') {   
        // first clear the ignore ones   
        this.ignore.each(   
            function(value) {   
                $(value).options.length = 1;   
                $(value).options[0].selected = 'selected';   
            }   
        );   
        // create parameter for ajax   
        var query = $H({ id: this.source.value });   
        var parameters = {   
            method: 'post',    
            parameters: $H(this.options).merge(query).toQueryString(),    
            onComplete: this.getResponse.bindAsEventListener(this)   
        }   
        var locationRequest = new Ajax.Request( this.url, parameters );   
    }   
  },   
  getResponse: function(request) {   
    this.target.options.length = 1;   
    this.target.options[0].selected = 'selected';   
    var response = $A(request.responseText.trim().split(';'));   
    response.length--;   
    for(var i = 0; i < response.length; i++) {   
        var optionParam = response[i].split(',');   
        this.target.options[this.target.options.length] = new Option(optionParam[1], optionParam[0]);   
    }   
  }   
}  
簡單說一下幾個(gè)參數(shù)吧: 
source 第一級(jí)菜單
target 聯(lián)動(dòng)菜單
ignore 當(dāng)有時(shí)候3級(jí)聯(lián)動(dòng)時(shí),例如 國家 省 市 例如上海沒有省的,可以忽略第3級(jí)菜單
url action url
options action參數(shù)
excute 是否聯(lián)動(dòng)
拿比較常見的例子來看 國家 省 市 3級(jí)聯(lián)動(dòng)來作為例子
代碼
<html-el:select property="country" styleId="country" >  
    <html-el:options collection="countries" property="id" labelProperty="name" />  
</html-el:select>  
<html-el:select property="province" styleId="province">  
    <option value="">--Please Select--</option>  
         ................   
</html-el:select>  
<html-el:select property="city" styleId="city">  
    <option value="">--Please Select--</option>  
         ................   
</html-el:select>  
<script type="text/Javascript">  
    new DoubleCombo('country', 'province', null, '<c:url value="/xxxx.do?combo=true"></c:url>', {});   
<script type="text/Javascript">  
    new DoubleCombo('province', 'city', null, '<c:url value="/xxxx.do?combo=true"></c:url>', {}); 

JavaScript技術(shù)用prototype實(shí)現(xiàn)的簡單小巧的多級(jí)聯(lián)動(dòng)菜單,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 中文字幕一视频97色伦 | 四虎精品免费久久 | 五月激情六月 | 久久91精品国产91久久 | 欧美三级欧美成人高清www | 国产精品福利在线观看入口 | 国产在线精品福利大全 | 伊人国产视频 | 亚洲国产精品一区二区三区久久 | www欧美com | 日韩一区二区在线免费观看 | 国产精品99久久免费观看 | 一本久道久久综合婷婷 | 亚洲综合网站 | 伊人婷婷在线 | 精品国产一区二区三区2021 | 亚洲伊人久久大香线蕉结合 | 亚洲国产精品久久久久秋霞小 | 一区=区三区乱码 | 香蕉成人国产精品免费看网站 | 久久国产精品一区二区三区 | 深夜啪啪网站 | 久草色视频 | 国产在视频线精品www666 | 91天堂97年嫩模在线观看 | 日本精品一区二区三区视频 | 国产手机精品自拍视频 | 色婷婷久久综合中文久久一本` | 2021精品综合久久久久 | 精品福利一区二区免费视频 | 国产精品久久精品福利网站 | 91原创视频| 天天色天天舔 | 亚洲a毛片 | 黄色的视频免费 | 国产精品黄大片在线播放 | 精品国产国产综合精品 | 国产福利91精品 | 国产性色视频在线高清 | 久久综合九九亚洲一区 | 国产精品资源网站在线观看 |