Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link class="jsbin" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="http://trirand.com/blog/jqgrid/themes/ui.jqgrid.css" rel="stylesheet" type="text/css" />
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
<script src="http://trirand.com/blog/jqgrid/js/jquery.jqGrid.min.js"></script>
<meta charset=utf-8 />
<title>Test Page</title>
<style>
  body {
    margin: 0;
    padding: 0;
    font-family: verdana, sans-serif;
  }
  #pageHeader {
    width: 100%;
    height: 99px;
    border-bottom: solid 1px #ccc;
  }
  #pageBody {
    background-color: #fff;
    position: fixed;
    top: 100px;
    bottom: 45px;
    left: 0;
    right: 0;
  }
  #pageFooter {
    background-color: #eee;
    position: fixed;
    left: 0; 
    right: 0;
    bottom: 0;
    height: 44px;
    border-top: solid 1px #ccc;
  }
</style>
</head>
<body>
  <div id="pageHeader">Header section
    <div>
      <label>Fudge: <input type="text" size="2" id="theFudge" value="0"></label>
      <input type="button" id="fudgeUp" value=" + ">
      <input type="button" id="fudgeDown" value=" - ">
    </div>
  </div>
  <div id="pageBody">
    <div id="gridWrapper" style="height: 100%">
    </div>
  </div>
  <div id="pageFooter">Footer section - click to temporarily hide so you can see the bottom of the grid</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers