How to display all images of a directory using jquery ? There is no common pattern for image name.
            Asked
            
        
        
            Active
            
        
            Viewed 27 times
        
    0
            
            
        - 
                    This can't be done using jQuery. You need server code to list the contents of a directory, it can't be done by the client itself. – Barmar Feb 03 '18 at 10:37
- 
                    Possible duplicate of [How to load all the images from one of my folder into my web page, using Jquery/Javascript](https://stackoverflow.com/questions/18480550/how-to-load-all-the-images-from-one-of-my-folder-into-my-web-page-using-jquery) – Vitaly Menchikovsky Feb 03 '18 at 10:39