码迷,mamicode.com
首页 > 其他好文 > 详细

阻止表单提交刷新页面的问题

时间:2018-05-24 15:11:59      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:ima   问题   xmlns   style   html   pad   eve   eth   XML   

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><meta http-equiv="X-UA-Compatible" content="IE=edge" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>
Marker Animation
</title>
<style type="text/css">
html, body, #map, #form1 {
margin: 0;
padding: 0;
width: 100%;
height: 80%;
}

body, div, ul, li {
margin: 0;
padding: 0;
}
</style>

</head>
<body>
<form method="post"  id="form1">

 <button id="start-animation">Start Animation</button>

  <script>

 var startButton = document.getElementById(‘start-animation‘);

function startAnimation() {
event.preventDefault();

}

startButton.addEventListener(‘click‘, startAnimation, false);

</script>

<form>

 

阻止表单提交刷新页面的问题

标签:ima   问题   xmlns   style   html   pad   eve   eth   XML   

原文地址:https://www.cnblogs.com/zhangq/p/9082578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!