开发者

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

开发者 https://www.devze.com 2023-02-24 06:03 出处:网络
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\'

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

精彩评论

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