Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <title>JQM latest - issue template</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://code.jquery.com/mobile/git/jquery.mobile-git.css"> 
  <script src="http://code.jquery.com/jquery-1.10.2.js"></script> 
  <script src="http://code.jquery.com/mobile/git/jquery.mobile-git.js"></script> 
  <script>
    // JS
  </script>
  <style>
    /* CSS */
    #edit-with-js-bin { display: none !important; }
  </style>
</head>
<body>
 
  <div id="page1" data-role="page">
  
    <div data-role="header">
      <h1>Issue template</h1>
    </div><!-- /header -->
    
    <div class="ui-content">
      <p>Hello World</p>
        <script>
          $( "#page1" ).on( "pagecontainershow", function( event, ui ) {
            console.log("page1 pagecontainershow");
          } )
          $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) {
            console.log("mobile-pagecontainer pagecontainershow");
});
          $( document ).on( "pagecontainershow", function( event, ui ) {
            console.log("document pagecontainershow");
});
      </script>
      
    </div><!-- /content -->
  
  </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