【问题标题】:Can I click into a YouTube iframe using jquery?我可以使用 jquery 点击进入 YouTube iframe 吗?
【发布时间】:2018-11-05 10:26:23
【问题描述】:

我有以下 iframe 示例:

<iframe class="iframe-test" id="video" width="560" height="315" src="https://www.youtube.com/embed/iRYDYrj3Bfw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

我尝试了以下方法,但没有任何反应:

$('#video').click();

和跨域iframe有关系吗?

【问题讨论】:

标签: jquery youtube


【解决方案1】:

您无法从 iframe 打开的其他域站点获取 DOM 元素。如果您打开一个与源域具有相同域的站点,您的代码就可以工作。

【讨论】:

    猜你喜欢
    • 2018-02-07
    • 2019-04-21
    • 2017-07-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-12-13
    • 2023-04-10
    相关资源
    最近更新 更多