I want to set a background image on the body tag, then run some code - like this:
$(\'body\').css(\'background-image\',\'http://picture.de/image.png\').load(
https://github.com/alexanderdickson/waitForImages
$('selector').waitForImages({ finished: function() { // ... }, each: function() { // ... }, waitForAll: true });