我有这个标记
<div id="content" >
<h1><a href="#">Sample 1</a></h1>
<img src="" alt="sample 1" />
<h1><a href="#">Sample 2</a></h1>
<img src="" alt="sample 2" />
<h1><a href="#">Sample 3</a></h1>
<img src="" alt="sample 3" />
<h1><a href="#">Sample 4</a></h1>
<img src="" alt="sample 4" />
</div>
我希望在页面加载时隐藏所有图像,然后当我单击每个“h1”时,它的图像会向下滑动,当我再次单击它时,它会向上滑动。1-考虑当我单击“h1”时我不希望所有图像都向下和向上滑动,而只是相关图像向上和向下滑动。
请帮帮我