[jQuery] scrollLeft - CSS

$('#btn0').click(function(){
  $(document).scrollLeft(function(index,value){
    return value+100;
  });
});

$(window).scroll(function(){
  $('#input0').val( $(document).scrollLeft() );
});

.scrollLeft( function( index:int, value:number ) )
横方向のスクロール量を設定する。

スクロール量を設定する

scrollLeft : px