Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="menu">
    <div id="i1" class="item">
      1
    </div>
    <div id="i2" class="item">
      2
    </div>
    <div id="i3" class="item">
      3
    </div>
    <div id="i4" class="item">
      4
    </div>
  </div>
  <div id="img-frame" class="img-frame">
    <div class="img">
      тут изображение
      </div
  </div>
</body>
</html>
 
window.onload = function(){
  $('#i1').click(function(){
     document.getElementById('img-frame').scrollTop += 300;
  });
};
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers