Hi, I am trying to load a group of images at the $(window).load(...) event, and then once the group is fully loaded, I want to swap the CSS background of specific divs with said loaded images.
I am wondering what you all would suggest for an approach? Any pseudo- code suggestions? I am just basically needing a slight push in the right direction... This is for a personal project, and I am doing it mainly for jQuery learning purposes. ;) Many thanks in advance! Cheers, M