<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>dwt&#039;s life - jquery</title>
<link>https://dwt.life/tag/jquery/</link>
<atom:link href="https://dwt.life/feed/tag/jquery/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Wed, 24 Nov 2021 21:45:00 +0800</lastBuildDate>
<pubDate>Wed, 24 Nov 2021 21:45:00 +0800</pubDate>
<item>
<title>jquery获取所有链接</title>
<link>https://dwt.life/archives/146/</link>
<guid>https://dwt.life/archives/146/</guid>
<pubDate>Wed, 24 Nov 2021 21:45:00 +0800</pubDate>
<dc:creator>Ricky</dc:creator>
<description><![CDATA[arr = [];$(&#039;a&#039;).each(function (){if($(this).attr(&#039;href&#039;)){if($(this).attr(&#0...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<pre><code class="lang-javascript">arr = [];$(&#039;a&#039;).each(function (){if($(this).attr(&#039;href&#039;)){if($(this).attr(&#039;href&#039;).indexOf(&#039;hao123&#039;)==-1 &amp;&amp; $(this).attr(&#039;href&#039;).indexOf(&#039;javascript:&#039;)==-1){arr.push($(this).attr(&#039;href&#039;))}}})</code></pre>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://dwt.life/archives/146/#comments</comments>
<wfw:commentRss>https://dwt.life/feed/tag/jquery/</wfw:commentRss>
</item>
</channel>
</rss>