I'm using the list paging plugin to load content in chunks from the server. Is there any way to leave the 'Loading...' div in place until all the images in a content 'chunk' are completely downloaded and rendered? At the moment there are huge weird looking gaps for a couple of seconds where images should be and it's making the whole process feel kind of disjointed...
You would have to hook it up yourself. You would have to listen for the load events on the images to know when to hide it. Extending the plugin will allow you to do this.
You would have to hook it up yourself. You would have to listen for the load events on the images to know when to hide it. Extending the plugin will allow you to do this.