Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
    <div id="slide_show_1" data-count="3" data-current="1">
        <img src="img/slide1/img1.jpg" id="img" />
        <div id="left_holder"> 
            <div onclick="new slideShow(this,-1)" class="left"> Left </div>
        </div>
        <div id="right_holder"> 
            <div onclick="new slideShow(this,1)" class="right">Right</div> 
        </div>
    </div>
  
  <div id="slide_show_2" data-count="3" data-current="1">
        <img src="img/slide1/img1.jpg" id="img" />
        <div id="left_holder"> 
            <div onclick="new slideShow(this,-1)" class="left"> Left </div>
        </div>
        <div id="right_holder"> 
            <div onclick="new slideShow(this,1)" class="right">Right</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