Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[dialog]">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div class="content">
    Page Content
    <button id="openDialog">打开dialog</button>
  </div>
  
<div id="my-dialog" role="dialog" tabindex="-1" aria-labelledby="dialog-title">
    <h3 id="dialog-title">New Message</h3>
    <!-- Your dialog code here -->
    <p id="dialog-desc">Are you sure you want to delete this message?</p>
  <button id="closeDialog">关闭dialog</button>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
taoqianbaopro
0viewers