Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css">
    <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script></head>
</head>
<body>
<!-- Page -->
<div data-role="page">
   <div data-role="header">
      <h1>Header</h1>
   </div>
 
   <div data-role="content">
      <p>The links below will be presented as a modal dialog:</p>
      <ul>
         <li><a href="#page2" data-rel="dialog">Internal Page</a></li>
         <li><a href="index3.html" data-rel="dialog">External Page</a></li>
      </ul>
   </div>
 
   <div data-role="footer">
      <h4>Footer</h4>
   </div>
</div>
 
<!-- Page 2 -->
<div data-role="page" id="page2">
   <div data-role="header">
      <h1>Page 2 Header</h1>
   </div>
 
   <div data-role="content">
      <p>This page will be presented in modal dialog.</p>
   </div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
chenyuyipro
0viewers