I have a button on my page for open bootstrap modal with thousands of images in unordered list like this: ul > li.thumbnail > img.image
. I need to show a fullscreen loader after modal is opened and hide loader after images are loaded. But there is not strict count of li
elements. Do you have any idea how can I do this? Thank you!
//EDIT
but I dont need to load it on full page load, I want to load it on modal open