Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="https://static.jsbin.com/js/vendor/traceur.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
<meta charset=utf-8 />
<title>Test Page</title>
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  body {
    font-family: sans-serif;
  }
  p {
    margin: 0px;
  }
  #productList {
    margin: 0;
    padding: 2px;
    border: 1px solid #bbb;
    list-style-type: none;
  }
  #productList > li {
    margin: 2px;
    padding: 0px;
    border: 1px solid #bbb;
    background-color: #eee;
  }
  #productList > li > img {
    float: left;
  }
</style>
</head>
<body>
  <div>asdasd
    <button id='btnPrev'>&lt;&lt;&nbsp;Previous</button>
    <button id='btnNext'>Next&nbsp;&gt;&gt;</button>
  </div>
  <ul id='productList'>
  </ul>
  <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script?
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers