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

App下載
首頁javascriptimgjQuery HTML Element - 如何獲取圖像鏈接的網(wǎng)址

jQuery HTML Element - 如何獲取圖像鏈接的網(wǎng)址

我們想知道如何獲取圖像鏈接的網(wǎng)址。

<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
</head>
<body>
  <div class="lp-element lp-pom-image" id="lp-pom-image-167">
    <a href="" target=""><img src="http://placehold.it/100x80" alt="" /></a>
  </div>
  <script>
jQuery(".lp-pom-image").click(function() {
  console.log($("img", this).attr("src"));
  return false;
}); 
</script>
</body>
</html>