I am looking at building a web page which is going to have a list of over 100 medium sized images and unfortunately I will not have any access to a database.
The user will be filtering through the images and displaying around 8(at most) at a time.
The idea is to filter through the images using jQuery and CSS classes, to show/hide etc, but even if all images are hidden, they will still have to be loaded once the page is opened.
What would be the best way of dealing with this, so the page loading time won't be ridiculous, some sort of java prefetching etc? I am unsure if there is a simple solution to this, but any ideas would be appreciated!
Thanks.