Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <a href="#more-1234" target="_blank">新しいウィンドウ</a>
  <br><br><br><br>
  
  <button onclick="window.sessionStorage.setItem('test', '1');">セッションストレージ追加</button>
  <button onclick="window.sessionStorage.removeItem('test');">セッションストレージ削除</button>
  <div id="top">top</div>
  <span id="more-1234"></span>
  <p>これがコンテンツの続き!<button onclick="window.scroll(0,0);">トップに移動</button></p>
  <div id="bottom">bottom</div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
aqueipro
0viewers