Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>menu demo</title>
    <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
    <script src="//code.jquery.com/jquery-1.10.2.js"></script>
    <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script>
$( document ).ready(function() {
   $("#dialog").dialog({
      title: "My Dialog Box",
      height: 200,
      width: 300
   });
});
  
$(window).load(function() {
  $("html, body").animate({ scrollTop: $(document).height() }, 1000);
});   
  
function openDialog () {
   $("#dialog").dialog("open");
}
</script>
</head>
<body>
    <div id="dialog">
    Dialog box content: line #1!<BR>
    Dialog box content: line #2!<BR>
    Dialog box content: line #3!<BR>
    </div>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
More Stuff here!<BR>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers