//1.jQuery獲取Select的Text和Value: //(1).為Select添加事件,當(dāng)選擇其中一項時觸發(fā) $("#select_id").change(function(){}); //(2).獲取Select選擇的Text $("#select_id").find("option:selected").text(); $('#select_id option:selected').text(); //(3).獲取Select選擇的Value $("#select_id").val(); //(4).獲取Select選擇的索引值 $("#select_id ").get(0).selectedIndex; //(5).獲取Select大的索引值 $("#select_id option:last").attr("index"); //2.jQuery設(shè)置“Select”的Text和Value以及選中項 //(1).設(shè)置Select索引值為1的項選中 $("#select_id ").get(0).selectedIndex=1; //(2).設(shè)置Select的Value值為4的項選中 $("#select_id ").val(4); //(3).設(shè)置Select的Text值為jQuery的項選中 $("#select_id option[text='jQuery']").attr("selected", true); //(4)獲取select名稱為items,并且被選中項的文本 $("select[name=items] option[selected]").text(); //(5).select下拉框的第二個元素為當(dāng)前選中值 $('#select_id')[0].selectedIndex = 1; //(6).設(shè)置value=-sel3的項目為當(dāng)前選中項 $("#sel").attr("value",'-sel3'); //3.jQuery添加/刪除Select的Option項: //(1).為Select追加一個Option(下拉項) $("#select_id").append(""); //(2).為Select插入一個Option(第一個位置) $("#select_id").prepend(""); // //(3).刪除Select中索引值大Option(最后一個) $("#select_id option:last").remove(); //(4).刪除Select中索引值為0的Option(第一個) $("#select_id option[index='0']").remove(); //(5).刪除Select中Value='3'的Option $("#select_id option[value='3']").remove(); //(6).刪除Select中Text='4'的Option $("#select_id option[text='4']").remove(); //(7).添加下拉框的option $("").appendTo("#sel") //(8).清空下拉框 $("#sel").empty(); //(9).獲取select名稱為inc選項個數(shù) var len = $("select[name=inc] option").length //(10).名稱為priority并且選中 $("select[name=priority] option:selected").val(); //1.jquery radio取值,checkbox取值,select取值,radio選中,checkbox選中,select選中,及其相關(guān) //(1).獲取一組radio被選中項的值 var item = $('input[name=items][checked]').val(); //(2).radio單選組的第二個元素為當(dāng)前選中值 $('input[name=items]').get(1).checked = true; //(3).獲取類型為單選框,并且選中的 $("input[type=radio][checked]").val(); //(4).設(shè)置value=2的項目為當(dāng)前選中項 $("input[type=radio]").attr("checked",'2'); //(5).設(shè)置單選框value=2的為選中狀態(tài).(注意中間沒有空格) $("input[@type=radio][@value=2]").attr("checked",'checked'); //(6).得到單選框的 選中項的值(注意中間沒有空格) $("input[@type=radio][@checked]").val();成都創(chuàng)新互聯(lián)堅持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:網(wǎng)站設(shè)計制作、成都做網(wǎng)站、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時代的孟連網(wǎng)站設(shè)計、移動媒體設(shè)計的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。