在隐藏之前与iFrame元素交互

时间:2017-07-04 12:06:59

标签: javascript jquery html iframe wistia

我试图找出如何捕获iframe中的hide事件(display:none;)。我有三个iframe,一次只能看到一个iframe,另外两个iFrame是隐藏的。我正在使用jQuery show(),hide()方法来隐藏和显示不同的iframe:

UITableViewAutomaticDimension

我在这些iframe中嵌入了wistia视频,当一个iframe切换到另一个iframe时,我想暂停当前视频。因此我想捕捉隐藏事件。

在iFrame中我尝试了这个,但它没有被触发

$('#currentFrame').hide(); $('#newIframe').show();

1 个答案:

答案 0 :(得分:1)

使用以下示例,它使用postMessage函数

https://robertnyman.com/html5/postMessage/postMessage.html