directorySlider
directorySlider copied to clipboard
jQuery slider that uses all images from a specified directory
Results
2
directorySlider issues
Sort by
recently updated
recently updated
newest added
How do I link the images? I tried the following but it only goes to the first image link. $(document).ready(function(){ var img = $('img'); ``` img.attr("src", "http://www.gojetairlines.com/New%20Slides%20Folder/Slider1.jpg").click(function(){ window.open("http://www.gojetairlines.com/aboutus"); }); img.attr("src",...
enhancement
The slides I am using must be run in order (1-28) and they are numbered in order. However, they run in reverse through the script (28-1).
enhancement