選擇顏色:

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

ASP.NET jQuery 食譜7 (從DropDownList獲取選擇

系統 2254 0

這節我們將通過jQuery來獲取DropDownList的Text/Value屬性值。

界面代碼:

      
        <
      
      
        form 
      
      
        id
      
      
        ="form1"
      
      
         runat
      
      
        ="server"
      
      
        >
      
      
< div align ="center" >
< fieldset style ="width: 400px; height: 80px;" >
< p >
選擇顏色: </ p >
< asp:DropDownList ID ="ddlColor" runat ="server" >
< asp:ListItem Text ="--- 請選擇 ---" Value ="" ></ asp:ListItem >
< asp:ListItem Text ="紅色" Value ="1" ></ asp:ListItem >
< asp:ListItem Text ="黃色" Value ="2" ></ asp:ListItem >
< asp:ListItem Text ="藍色" Value ="3" ></ asp:ListItem >
</ asp:DropDownList >
</ fieldset >
</ div >
< br />
< div align ="center" id ="message" >
</ div >
</ form >

腳本代碼:

      
        <
      
      
        script 
      
      
        src
      
      
        ="Scripts/jquery-1.4.1-vsdoc.js"
      
      
         type
      
      
        ="text/javascript"
      
      
        ></
      
      
        script
      
      
        >
      
      
< script type ="text/javascript" >
$(document).ready(
function () {
// 綁定keyup和change事件
$( " #<%=ddlColor.ClientID %> " ).bind( " keyup change " , function () {
if ($( this ).val() != "" ) {
// 這里需要注意,$(this).text()獲取的是整個集合的text屬性內容,所以需要再過濾下,把選中的項取出來
$( " #message " ).text( " Text: " + $( this ).find( " :selected " ).text() + " Value: " + $( this ).val());
}
else {
$(
" #message " ).text( "" );
}
});
});
</ script >

選擇一種顏色顯示如下:

ASP.NET jQuery 食譜7 (從DropDownList獲取選擇的text和value值)_第1張圖片




ASP.NET jQuery 食譜7 (從DropDownList獲取選擇的text和value值)


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!?。?/p>

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 望城县| 三明市| 衢州市| 普宁市| 瑞金市| 祁连县| 朝阳区| 泉州市| 太仓市| 延寿县| 大宁县| 同心县| 十堰市| 潜江市| 贵定县| 石首市| 黔西| 平南县| 东丰县| 凌云县| 银川市| 邹平县| 阿图什市| 犍为县| 隆尧县| 乐昌市| 临洮县| 望谟县| 启东市| 抚顺县| 肥东县| 和平县| 固镇县| 连江县| 崇义县| 祁连县| 荣昌县| 鄱阳县| 卓资县| 襄汾县| 泸州市|