Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery Mapbox禁用弹出内容内的链接_Jquery_Html_Iframe_Mapbox - Fatal编程技术网

Jquery Mapbox禁用弹出内容内的链接

Jquery Mapbox禁用弹出内容内的链接,jquery,html,iframe,mapbox,Jquery,Html,Iframe,Mapbox,我从外部资源(实时网络摄像头)中包含了一个iframe,我试图删除弹出内容框中的链接,在本例中,弹出内容框包含一个iframe 这是我得到的html: <iframe>...</iframe> #document <!-- here is the content of the "hidden" iframe --> </iframe> <!-- greyed out in the js console--> $('if

我从外部资源(实时网络摄像头)中包含了一个iframe,我试图删除弹出内容框中的链接,在本例中,弹出内容框包含一个iframe

这是我得到的html:

<iframe>...</iframe>
    #document <!-- here is the content of the "hidden" iframe -->
    </iframe> <!-- greyed out in the js console-->
$('iframe').find('a') //[]
$('iframe').children() //[]

你们有什么建议吗?谢谢。

由于安全原因,您可能无法访问,请参见此处:由于安全原因,您可能无法访问,请参见此处: