Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta name="description" content="[無Jquery下,演式return false]">
    <meta charset=utf-8 />
    <title>Example</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  body {
    font-family: sans-serif;
  }
  .yellow {
    background: yellow;
  }
</style>
  
</head>
<body>
  <div id="div" onclick="return divClick();">
    <!-- 這邊有寫return 和沒寫return 的去比較aClick()和originClick() -->
    <a href="http://blog.niftysnippets.org" onclick="return aClick()">blog.niftysnippets.org</a>
  </div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
tsai-jimmypro
0viewers