image-caching Questions
2
Solved
I'm working on a script that waits for content to load in a hidden div before activating a thumbnail that points to it.
$('#preload img:first-child')
.bind('load',activateThumb)
.each(function(){...
Daglock asked 24/8, 2010 at 7:9
© 2022 - 2024 — McMap. All rights reserved.