Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link href="//code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" rel="stylesheet" type="text/css" />
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  
  <title>jQuery Mobile test page</title>
  <meta charset=utf-8 />
  
  <link class="jsbin" href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" rel="stylesheet" type="text/css" />
  <script class="jsbin" src="http://code.jquery.com/jquery-1.6.1.min.js"></script>
  <script class="jsbin" src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
  <style type="text/css">
    <!-- custom style overrides go here -->
  </style>
</head>
  
  
<body>
    
 <div data-role="page">
  <div data-role="header">
    <h1>Test with the latest Git build</h1>
  </div><!-- /header -->
  <div data-role="content">  
    <p>This page will stay-up-to-date with changes to the jQuery Mobile Git repo within about 5 minutes of a commit. This template is useful for testing code snippets to see if a bug if fixed in master.</p>
    <p>When submitting an issue to the <a href="https://github.com/jquery/jquery-mobile/issues">issue tracker</a>, please create a page like this on JS Bin or <a href="http://jsfiddle.net/">jsFiddle</a> that uses the latest so we can quickly reproduce the problem and collaborate on the code.</p>
    <a href="#page2" data-role="button">press me</a>
  </div><!-- /content -->
   <div data-role="footer">
    <h4>Optional footer</h4>
  </div><!-- /footer -->
</div><!-- /page -->
  
  
 <div data-role="page" id="page2">
  <div data-role="header">
    <h1>Test with the latest Git build</h1>
  </div><!-- /header -->
  <div data-role="content">  
    <p>This page will stay-up-to-date with changes to the jQuery Mobile Git repo within about 5 minutes of a commit. This template is useful for testing code snippets to see if a bug if fixed in master.</p>
    <p>When submitting an issue to the <a href="https://github.com/jquery/jquery-mobile/issues">issue tracker</a>, please create a page like this on JS Bin or <a href="http://jsfiddle.net/">jsFiddle</a> that uses the latest so we can quickly reproduce the problem and collaborate on the code.</p>
  </div><!-- /content -->
   <div data-role="footer">
    <h4>Optional 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