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.
精彩评论