【问题标题】:jquery doesn't change iframe htmljquery 不会改变 iframe html
【发布时间】:2014-12-05 16:56:21
【问题描述】:

我有以下代码,但它在 ipad 上不起作用

$('#video_container').html('<iframe width="560" height="335" src="'+URL+'" frameborder="0" allowfullscreen>');

但它有效

$('#video_container').html('<p>Hello world!!</p>');

上述代码适用于所有浏览器,但适用于所有桌面。

谁能给我任何提示/建议。在此先感谢。

【问题讨论】:

标签: jquery html ipad iframe


【解决方案1】:

你试过没有“allowfullscreen”吗?

$('#video_container').html('<iframe width="560" height="335" src="'+URL+'" frameborder="0">');

【讨论】:

    猜你喜欢
    • 2014-09-02
    • 1970-01-01
    • 2011-08-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多