asp.net JS取值

   <script>
        $(function () {
            $.post("RegisterNew.aspx", { "ddlprovince": $("ddlprovince").text, "ddlcity": $("ddlcity").text }, function (data, status) {
                if (status == "success") {
                }
            });
        });     

    </script>

 

posted on 2015-10-16 22:57  雪夜  阅读(278)  评论(0编辑  收藏  举报