Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
  </head>
  <body>
    
    <div id="products">
      <div id="catalog">
        <div>
          <ul>
            <li id="li-1">dashboard1</li>
            <li id="li-2">dashboard2</li>
            <li id="li-3">dashboard3</li>
          </ul>
        </div>
      </div>
    </div>
    
    <div id="cart">
      <div class="ui-widget-content">
        <div id="content-1"></div>
        <div id="content-2"></div>
        <div id="content-3"></div>
      </div>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers