I need to wrap an iFrame in a div wihtout the iFrame reloading the content. Is there a way to suppress the refresh or another way to wrap the content?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
update: I think it is a bug with the iframe handling code in the browsers, because the following code is not working either:
|
|||||||||
|
$('iframe[src^="http://www.site.com"]').wrap('<div class="test" />');– Scoop Dec 9 '10 at 11:01