开发者

auto-refreshing iframe in div still refreshes when DIV is hidden jquery classic asp

I ha开发者_如何学运维ve a DIV with an IFRAME that I hide (the div, not the iframe). The iFrame continues to refresh despite being hidden. How do I prevent this?


$('div').find('iframe').attr('src','');

This stops the iframe loading anything. Post some of your code and explain why the iframe is refreshing. You shouldn't need iframes for most cases, tell us what functionality you're trying to create.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜