Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  
  <title>jQuery Mobile test page</title>
  <meta charset=utf-8 />
  <meta name="viewport" content="width=device-width, initial-scale=1">
  
  <link rel="stylesheet"  href="http://code.jquery.com/mobile/latest/jquery.mobile.css" /> 
  <script src="http://code.jquery.com/jquery-1.7.2.js"></script> 
  <script src="http://code.jquery.com/mobile/latest/jquery.mobile.js"></script> 
  
  <style type="text/css">
    <!-- custom style overrides go here -->
  </style>
</head>
  
  
<body>
    
 <div data-role="page">
  <div data-role="header">
    <h1>Issue template</h1>
  </div><!-- /header -->
  <div data-role="content">  
    <div id="myPopup" data-role="popup" data-theme="a">
      <p>This is a popup</p>
    </div>
    <a href="#myPopup" data-rel="popup" data-role="button" data-inline="true">Pop</a>
  </div><!-- /content -->
   <div data-role="footer">
    <h4>Footer</h4>
  </div><!-- /footer -->
</div><!-- /page -->
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers