<?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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Javascript Tip: Use the rel Attribute</title>
	<atom:link href="http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/</link>
	<description>Adam Bard on Things</description>
	<lastBuildDate>Thu, 01 Sep 2011 13:32:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peru</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/comment-page-1/#comment-27957</link>
		<dc:creator>Peru</dc:creator>
		<pubDate>Wed, 15 Jun 2011 06:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-27957</guid>
		<description>Thank you for sharing this information post about &quot;rel&quot;.

But my question is that.... How it will be helpful or not helpful in case of SEO?

I am confused about this issue and trying to find the solution of this problem.

Can you help me?

Thanks in advanced

Peru</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this information post about &#8220;rel&#8221;.</p>
<p>But my question is that&#8230;. How it will be helpful or not helpful in case of SEO?</p>
<p>I am confused about this issue and trying to find the solution of this problem.</p>
<p>Can you help me?</p>
<p>Thanks in advanced</p>
<p>Peru</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/comment-page-1/#comment-24213</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 02 Apr 2011 01:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-24213</guid>
		<description>Yeah, sorry about the append.  I must have been in python mode back when I wrote that.</description>
		<content:encoded><![CDATA[<p>Yeah, sorry about the append.  I must have been in python mode back when I wrote that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/comment-page-1/#comment-21056</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Sun, 13 Feb 2011 18:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-21056</guid>
		<description>correct sentence:

sRel = $(&#039;a&#039;).attr(&#039;rel&#039;);

Now im using your function. It works fine in both of them (ie and ff).  But in place of relElems.append(aElements[i]);
you have to put relElems.push(...

append shows a error msg.</description>
		<content:encoded><![CDATA[<p>correct sentence:</p>
<p>sRel = $(&#8217;a').attr(&#8217;rel&#8217;);</p>
<p>Now im using your function. It works fine in both of them (ie and ff).  But in place of relElems.append(aElements[i]);<br />
you have to put relElems.push(&#8230;</p>
<p>append shows a error msg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/comment-page-1/#comment-21055</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Sun, 13 Feb 2011 18:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-21055</guid>
		<description>Hi. Im trying to do that with jquery using the following code:

sRel=$(a).attr(&#039;rel&#039;);
In firefox works fine but in IE doesnt.  
Do you know how to do that in a correct jquery?.

Thnx in advance</description>
		<content:encoded><![CDATA[<p>Hi. Im trying to do that with jquery using the following code:</p>
<p>sRel=$(a).attr(&#8217;rel&#8217;);<br />
In firefox works fine but in IE doesnt.<br />
Do you know how to do that in a correct jquery?.</p>
<p>Thnx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drake</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/comment-page-1/#comment-7327</link>
		<dc:creator>Drake</dc:creator>
		<pubDate>Wed, 24 Mar 2010 12:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-7327</guid>
		<description>thanks dude for the explanation I completely get it now...

rel is used to identify the elements we want makes for cleaner, and prettier code I must add.</description>
		<content:encoded><![CDATA[<p>thanks dude for the explanation I completely get it now&#8230;</p>
<p>rel is used to identify the elements we want makes for cleaner, and prettier code I must add.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Williams</title>
		<link>http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/comment-page-1/#comment-7049</link>
		<dc:creator>Joshua Williams</dc:creator>
		<pubDate>Wed, 17 Mar 2010 22:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adambard.com/2008/06/01/javascript-tip-use-the-rel-attribute/#comment-7049</guid>
		<description>I just want to thank you for a simple but powerful explanation of how to use the rel tag to add javascript events.  You even used the lightbox example which is what triggered my inquiry.  I looked for some information a few months ago on how lightbox pulled it off but got nothing and today I know.  So thanks again!</description>
		<content:encoded><![CDATA[<p>I just want to thank you for a simple but powerful explanation of how to use the rel tag to add javascript events.  You even used the lightbox example which is what triggered my inquiry.  I looked for some information a few months ago on how lightbox pulled it off but got nothing and today I know.  So thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

