I\'ve a list of empty divs and dynamically inserting a background image – so at first, their background-image: url(); property is completely empty. With some event, it\'s ba
Googlebot (like most spiders) does not attempt to run javascript, so the only things it will index are the things appearing in the original HTML downloaded from the server. Any subsequent manipulation by JQuery just won't happen.
Also - most spiders don't index CSS either so background-images will also be ignored for that reason.