Get HTML inside iframe using jQuery

后端 未结 10 1189
清歌不尽
清歌不尽 2020-11-27 04:24

Here is my situation.

I have a file called iframe.html, which contains the code to for a image slideshow. The code is somewhat like

<         


        
10条回答
  •  臣服心动
    2020-11-27 04:56

    This can be another solution if jquery is loaded in iframe.html.

    $('#iframe')[0].contentWindow.$("html").html()
    

提交回复
热议问题