Image reload problem
-
I have a couple pictures that take forever to load on my site. I've got to do some more optimization work on the pictures themselves, but I think its true that jquery could help me to make it so that the images don't have to reload for every new page one views. However, I know nothing really about jquery. Could anyone point me in the right direction to learn this particular function?
Any takers?
well you can learn about jquery at jquery.com as well as there are many jquery tutorial site's just search in google. you will get thousands just learn the basics and for your problem there is jquery plugin called preloader which can load images when you need them i.e you scroll the page then image will be loaded at scroll not all image will be loaded during page load. let me know if you need more helpAdd a Comment