标签: javascript jquery jquery-plugins
im,我想从目录中提取所有图像,而无需手动调用数组。现在,我需要将图像名称与数组相同,但我不想这样做。如何从目录中提取每个图像。
这是代码示例:
$('#gallery').imagesGrid({ images: [ 'photos/1.jpg', 'photos/2.jpg', 'photos/3.jpg', 'photos/4.jpg', 'photos/5.jpg', 'photos/6.jpg' ] });