开发者

javascript image slider that gathers images from directory

开发者 https://www.devze.com 2023-04-02 05:28 出处:网络
I\'m looking for an image slider tutorial开发者_StackOverflow中文版, well i know how to make one but I am after a solution that is able to make the slider search a specified directory for the files to

I'm looking for an image slider tutorial开发者_StackOverflow中文版, well i know how to make one but I am after a solution that is able to make the slider search a specified directory for the files to scroll through.

Is this possible?


Sure, you just need to develop a backend script to scan the requested directory and return the images. Could be a .php script, could be something else. Image array can be delivered on page load or asynchronous via an Ajax request.

0

精彩评论

暂无评论...
验证码 换一张
取 消