[jQuery] [SOLVED] Some problems with (maybe) caching

2009-11-01 Thread Trencavel
I did a whole day in researching the problem. It seems to be an issue related to load() and IEs and Safari when images are already cached. If the images are already cached the load won't firing the callback function respectively load() will not fired. But I've found the onImagesLoad plugin: http:/

[jQuery] Some problems with (maybe) caching

2009-10-31 Thread Trencavel
Hi, I'm running in a problem, which I can't solve alone and I need some hints of experts. I'm using $.getJSON() to populate a list with images (image src are external too) and then I try to build a gallery from this list with the JQuery plugin galleryview. The problem I'm running in is, that the