get current text <select>

后端 未结 2 1981
你的背包
你的背包 2021-01-23 02:11
                 

2条回答
  •  轮回少年
    2021-01-23 03:00

    Use

    alert($("#<%=sctFieldMain.ClientID %> option:selected").html());
    

    EDITED

    Also your question duplicates this one and this.

提交回复
热议问题