The following code works fine in all browsers for getting HTML contents from iframe.
1 2 |
var iFrameHTML= $('#iframe_id').contents().find('body').html(); alert(iFrameHTML); |
The following code works fine in all browsers for getting HTML contents from iframe.
1 2 |
var iFrameHTML= $('#iframe_id').contents().find('body').html(); alert(iFrameHTML); |
© 2019 Asik Blog
Theme by Anders Noren — Up ↑
Leave a Reply