Monday, April 27, 2015

Use .contents() to reach into the guts of an iFrame with jQuery.

var x = $('#myIframe').contents().find("html")[0];

No comments:

Post a Comment