国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

App下載
首頁(yè)javascriptimgjQuery HTML Element - 如何在iFrame中單擊滾動(dòng)...

jQuery HTML Element - 如何在iFrame中單擊滾動(dòng)...

我們想知道如何在iFrame中單擊滾動(dòng)。...

<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
</head>
<body>
  <div>
    <img src="http://www.yjpub.cn/style/download.png">
  </div>
  <script>
        var images =$("div img")
        $.each(images, function() {
           $(this).replaceWith('<a href="rias">'+this.outerHTML+'</a>');
        });
</script>
</body>
</html>