Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link class="jsbin" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" rel="stylesheet" type="text/css" />
<script class="jsbin" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
<script class="jsbin" src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  -
  #handle_slider-0{
    display:none;
    
  }
  
  
  
</style>
</head>
<body>
  
<div data-role="page">
  <div data-role="header">
    <h1>Page Title</h1>
  </div><!-- /header -->
  <div data-role="content">  
    <p>Page content goes here.</p>  
    <div data-role="fieldcontain">
      <label for="slider">Input slider:</label>
      <input type="range" name="slider" id="slider" value="100" min="0" max="100" style="float:left;" disabled="disabled"  />
    </div>    
  </div><!-- /content -->
  <div data-role="footer">
    <h4>Page Footer</h4>
  </div><!-- /header -->
</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