Loading external sites into Iframe dynamically - is there a better way?

前端 未结 2 1480
执念已碎
执念已碎 2021-01-28 13:03

I\'ve build an application which currently uses an Iframe to load external sites.

This method is really slowing my application down - taking up to 5 seconds to load a pa

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-28 13:29

    You should jQuery with the function

    $(function(){ $("#NameImage").css('display','none')})
    

    But you should use the function of jQuery v1.7.3

提交回复
热议问题