Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iframe があり、jquery を使用してスタイルを編集したくありません。iframe でそれを行うにはどうすればよいですか?
<iframe src="domain.com"></iframe> <script> $('#div').hide(); </script>
Same origin policyによると、できません。または、iframe 全体を非表示にする場合は、シンプルに使用できます。
$("#iframe_id").hide();