Preload background image

前端 未结 5 544
逝去的感伤
逝去的感伤 2020-12-31 16:40

There\'s tons of articles of how to preload an image, however I can\'t seem to find anything useful about preloading a background image with jquery.

I made a simple

5条回答
  •  攒了一身酷
    2020-12-31 17:06

    You logic is almost good, but you can not catch events for CSS in jquery.

    You need to load the background image to some element. Catch the event load of that element and when it's fired you change the background image to that src and do the rest of your logic.

提交回复
热议问题