Fire an event after preloading images

前端 未结 10 1923
北海茫月
北海茫月 2020-12-25 15:25

This is the code I use to preload images, I\'m not sure if it\'s the best one. My question is, how can I fire and event, for an example alert(); dialog after is has finished

10条回答
  •  爱一瞬间的悲伤
    2020-12-25 16:00

    I'm searching for techniques that work for doing this all day now, and I finally found the solution to all my problems: https://github.com/htmlhero/jQuery.preload

    It can even preload sequentially for you, in batches of any size (two at a time, for example), and fire a callback each time a batch completes.

提交回复
热议问题