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.6.4.min.js"></script> 
  <script 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>Issue template</h1>
  </div><!-- /header -->
  <div data-role="content">  
     
    <label for="slider-0">Input slider:</label>
    <input type="range" name="slider" id="slider-0" value="25" min="0" max="100"  class="ui-hidden-accessible" /> 
    
    <input name="text-12" id="text-12" value="" type="text" class="caseName_h ui-input-text ui-body-c">
  </div><!-- /content -->
   <div data-role="footer">
    <h4>Footer</h4>
  </div><!-- /footer -->
</div><!-- /page -->
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers