OK, I\'m losing my mind over this. I did read here at SO and google about it, I even have the preloader set (found here on SO), but none of the plugins/code I found helped me. <
I believe the best jQuery option is to use the ajax get call:
$.get('image.png', {}, function(){ // Do whatever you want here, this wont execute until image.png is preloaded });