Is it possible to load first JQuery slide, show page, then load the other slides in the background?
I have got a jquery slide that shows an xml feed of 4 different sources.
Each slide has its own xml feed.
The problem is that xml feeds can load very slowly.
I thought it would be a good idea to load one xml feed while loading the rest of the page and load the other slides (feeds) in the background.
Is this possible?
Solved it by creating a cronjob and loading the data in an sql database once a day
Thank you for your response Kuf