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 でクリック イベントをトリガーしたいと考えています。
ビデオの埋め込みでは、これらの iframe のカバーとして画像を使用しています。画像をクリックすると、iframe が読み込まれます。この動画埋め込みには使用できる自動再生機能がないため、読み込まれた埋め込みをクリックして動画を開始する必要があります。
画像をクリックして、ビデオの埋め込み (iframe) を読み込み、その iframe を jQuery で再度クリックします。
public class RegistryTableItem { public int Root { get; set; }//assume possible values are 0,1,2,3 public string Name { get; set; } public string Component_ { get; set; } } L