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.
ボタン付きのhtmlページがあるテストシナリオがあります。
任意のガイダンスを歓迎します。
Iframe を使用して、別の Web ページを読み込むことができます。IFrame を div に配置し、ボタンをクリックすると、その表示を切り替えることができます。
div idが「SomeDiv」であると仮定すると、ボタンをクリックすると、次のいずれかが可能になります
$('#SomeDiv').Show() or $('#SomeDive').Hide()