3 つの異なる背景画像があり、それらを次々と水平方向に追加したいと考えています。
#bgwrap{width:100%;height:100%; overflow:hidden;}
#bg1{width:1000px;height:100%; background: #000 url(bg1.jpg) no-repeat center top;}
#bg2{width:1000px;height:100%; background: #000 url(bg2.jpg) no-repeat center top;}
#bg3{width:1000px;height:100%; background: #000 url(bg3.jpg) no-repeat center top;}
後で、2 番目の背景を見たいときに、jquery を使用してビュー開始幅 = 1001px から 2000px のみを選択できます。では、それらを 1 つのクラスまたは ID にまとめて、jquery を使用して選択できるようにするにはどうすればよいでしょうか。