你的心如利箭 在风中笔直的飞翔
github DNS ALEXA CDN
jquery JS CSS CSS3 HTML5 svg php --- isux w3cplus

21270

  博客园  :: 首页  ::  ::  ::  :: 管理
<form method="post" action="" id="myform">
<input type="button" value="submit">
</form>
<script type="text/javascript">
function init(){
    var submitBtn=document.querySelector("input[value=submit]");
    submitBtn.addEventListener("click",function(){
        var form=document.getElementById("myform");
        alert(form.id);
        form.submit();
    })
}
init();
</script>

 

posted on 2014-06-05 12:31  bjhhh  阅读(973)  评论(0编辑  收藏  举报