怎样让第一个click生效???

 <!DOCTYPE html>
<html>
<head>
    <meta charset=" utf-8">
    <title>a</title>
    <script type="text/javascript" src="jquery.min.js"></script>
</head>
<body>
<iframe id="framex" src="http://www.baidu.com"></iframe>
<p>pppppppp</p>
<script type="text/javascript">
    $(function(){
        $("#framex").contents().click(function(){
            alert(123);
        })
        $("p").click(function(){
            alert(234)
        })
    })
</script>
</body>
</html>


qq_sU_4
浏览 1633回答 2
2回答

田心枫

$(window.frames["framex"])改成$(frame)
打开App,查看更多内容
随时随地看视频慕课网APP