实名认证用户熊川湘 身份证号码430811198506290914

DropDownList 选中change

<script language="javascript" type="text/javascript">
$(function(){
    $("#ddltype").change(function(){
      $("#icSup_tboxwhere").val($("#ddltype option:selected").text());
    });
    if($("#icSup_tboxwhere").val()=="")//第一行选中
    {
     $("#icSup_tboxwhere").val($("#ddltype option:selected").text());
    }
});

</script>

posted @ 2013-07-17 12:24  浪达短信群发  阅读(273)  评论(0编辑  收藏  举报