Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个#list_images包含许多图像的 div。
#list_images
单击图像时,我使用 jquery 将第二个 div ( #view_image) 中图像的属性和属性设置为单击图像的属性和属性$(this),这很好用。
#view_image
$(this)
我有两个按钮(#previous和#next)。
#previous
#next
现在,当单击下一个或上一个按钮时,我需要做的是扫描 div 中的所有图像,并将#list_imagediv 内的图像的属性和属性设置为#view_image从当前位置开始的下一个或上一个图像的属性和属性。
#list_image