Delay load of iframe?

后端 未结 10 1403
悲哀的现实
悲哀的现实 2021-02-19 06:15

I know there are some tools and techniques for delaying the load of javascript, but I have an iframe that I would like to delay loading until after the rest of the page has fini

10条回答
  •  不要未来只要你来
    2021-02-19 06:49

    I don't understand why everyone is confusing JAVASCRIPT with JQUERY, but...

    The pure JS solution is below: (basically it waits for the DOM to be built then loads all iframes in your page).