JQUERY 提取多个元素 a img 的 src href
<divclass="abc"><ahref="1.html"><imgsrc="1.jpg"/>111</a><ahref="2.html"><imgsrc="2.jp...
<div class="abc">
<a href="1.html"><img src="1.jpg"/>111</a>
<a href="2.html"><img src="2.jpg"/>222</a>
<a href="3.html"><img src="3.jpg"/>333</a></div>
我需要提取abc中的 a标签的href属性,也就是1.html 还有img标签 src属性 也就是1.jpg
function aaaa(){$(".abc img").each(function(i){urlsrc = this.src;
目前提取img的写法
写成以下:
function aaaa(){$(".abc img a").each(function(i){
srcurl= this.src;
hrefurl= this.href;
不生效,,如何能取到两个呢?? 展开
<a href="1.html"><img src="1.jpg"/>111</a>
<a href="2.html"><img src="2.jpg"/>222</a>
<a href="3.html"><img src="3.jpg"/>333</a></div>
我需要提取abc中的 a标签的href属性,也就是1.html 还有img标签 src属性 也就是1.jpg
function aaaa(){$(".abc img").each(function(i){urlsrc = this.src;
目前提取img的写法
写成以下:
function aaaa(){$(".abc img a").each(function(i){
srcurl= this.src;
hrefurl= this.href;
不生效,,如何能取到两个呢?? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询