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>
  <link href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
  
  <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
  <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
</head>
<body>
  <p>Loaded. Scroll to bottom.</p>
  <div style="height: 1500px;"></div>
  <button type="button" onclick="$('#dialog').dialog('open');">Open dialog</button>
  <div id="dialog"><p>I'm in dialog.</p>
    
  <script>
    $(function() {
      $('#dialog').dialog({
        autoOpen: false
      });
    });
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers