<?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: Basic jQuery Tutorial: Add Remove Attribute</title>
	<atom:link href="http://designgala.com/basic-jquery-tutorial-add-remove-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=basic-jquery-tutorial-add-remove-attribute</link>
	<description>Web Usability, Web Technology, User Experience</description>
	<lastBuildDate>Tue, 15 May 2012 16:54:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: v_omar</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-5150</link>
		<dc:creator>v_omar</dc:creator>
		<pubDate>Wed, 18 May 2011 22:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-5150</guid>
		<description>Hello

There is a way not to repeat several times removeAttr

$(&quot;#remove&quot;).click(function(){
	$(&quot;#myLink&quot;).removeAttr(&quot;style&quot;);
	$(&quot;#myLink&quot;).removeAttr(&quot;title&quot;);
});

It can be used so
$(&quot;#myLink&quot;).removeAttr(&quot;style&quot;,&quot;title&quot;);</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>There is a way not to repeat several times removeAttr</p>
<p>$(&#8220;#remove&#8221;).click(function(){<br />
	$(&#8220;#myLink&#8221;).removeAttr(&#8220;style&#8221;);<br />
	$(&#8220;#myLink&#8221;).removeAttr(&#8220;title&#8221;);<br />
});</p>
<p>It can be used so<br />
$(&#8220;#myLink&#8221;).removeAttr(&#8220;style&#8221;,&#8221;title&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-5121</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Wed, 13 Apr 2011 07:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-5121</guid>
		<description>max hodges: like this?
&lt;script&gt;
$(function() {
$(‘img’).removeAttr(“title”);
});
&lt;/scripttag&gt;</description>
		<content:encoded><![CDATA[<p>max hodges: like this?<br />
&lt;script&gt;<br />
$(function() {<br />
$(‘img’).removeAttr(“title”);<br />
});<br />
&lt;/scripttag&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thupten</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-4982</link>
		<dc:creator>thupten</dc:creator>
		<pubDate>Tue, 11 Jan 2011 07:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-4982</guid>
		<description>useful info. thanks..soon:)</description>
		<content:encoded><![CDATA[<p>useful info. thanks..soon:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max hodges</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-4300</link>
		<dc:creator>max hodges</dc:creator>
		<pubDate>Thu, 08 Jul 2010 22:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-4300</guid>
		<description>Hi, I&#039;m trying to remove all the TITLE attributes from the img elements on my site. Wordpress is adding them, and I tried to change the WP code, but too many things depend on the title tags being in there, so I&#039;d like to see if I can remove them with jQuery.

I tried adding this to my head


$(&#039;img&#039;).removeAttr(&quot;title&quot;);


but it&#039;s not working. 
Any ideas? I&#039;m very new to jQuery.

Cheers!
Max</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to remove all the TITLE attributes from the img elements on my site. WordPress is adding them, and I tried to change the WP code, but too many things depend on the title tags being in there, so I&#8217;d like to see if I can remove them with jQuery.</p>
<p>I tried adding this to my head</p>
<p>$(&#8216;img&#8217;).removeAttr(&#8220;title&#8221;);</p>
<p>but it&#8217;s not working.<br />
Any ideas? I&#8217;m very new to jQuery.</p>
<p>Cheers!<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: organic web</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-4266</link>
		<dc:creator>organic web</dc:creator>
		<pubDate>Fri, 05 Mar 2010 17:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-4266</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @SiteSyrup: Basic jQuery Tutorial: Add Remove Attribute http://ow.ly/1exoL #jquery #tutorial&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @SiteSyrup: Basic jQuery Tutorial: Add Remove Attribute <a href="http://ow.ly/1exoL" rel="nofollow">http://ow.ly/1exoL</a> #jquery #tutorial</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: organic web</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-3429</link>
		<dc:creator>organic web</dc:creator>
		<pubDate>Fri, 05 Mar 2010 13:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-3429</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @siteSyrup: Basic jQuery Tutorial: Add Remove Attribute http://ow.ly/1exoL #jquery #tutorial&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @siteSyrup: Basic jQuery Tutorial: Add Remove Attribute <a href="http://ow.ly/1exoL" rel="nofollow">http://ow.ly/1exoL</a> #jquery #tutorial</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SiteSyrup</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-3430</link>
		<dc:creator>SiteSyrup</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-3430</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Basic jQuery Tutorial: Add Remove Attribute http://ow.ly/1exoL #jquery #tutorial&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Basic jQuery Tutorial: Add Remove Attribute <a href="http://ow.ly/1exoL" rel="nofollow">http://ow.ly/1exoL</a> #jquery #tutorial</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Design Gala</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-3431</link>
		<dc:creator>Design Gala</dc:creator>
		<pubDate>Fri, 05 Mar 2010 09:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-3431</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Basic jQuery Tutorial: Add Remove Attribute http://is.gd/9Gy9M #jQuery&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Basic jQuery Tutorial: Add Remove Attribute <a href="http://is.gd/9Gy9M" rel="nofollow">http://is.gd/9Gy9M</a> #jQuery</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Rocker</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-3432</link>
		<dc:creator>WordPress Rocker</dc:creator>
		<pubDate>Fri, 05 Mar 2010 09:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-3432</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Basic jQuery Tutorial: Add Remove Attribute http://is.gd/9Gy9M #jQuery #tutorial (via @designgala)&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Basic jQuery Tutorial: Add Remove Attribute <a href="http://is.gd/9Gy9M" rel="nofollow">http://is.gd/9Gy9M</a> #jQuery #tutorial (via @designgala)</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://designgala.com/basic-jquery-tutorial-add-remove-attribute/comment-page-1/#comment-3319</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 05 Mar 2010 08:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2018#comment-3319</guid>
		<description>This is cool that you are writing this jQuery tutorials for beginners, but could you write some on jQuery syntax, because sometimes a beginner can get confused on parenthesis and curly brackets sets, when they gets more than two pairs.</description>
		<content:encoded><![CDATA[<p>This is cool that you are writing this jQuery tutorials for beginners, but could you write some on jQuery syntax, because sometimes a beginner can get confused on parenthesis and curly brackets sets, when they gets more than two pairs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

