<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Remove attribute &#8211; Sibeesh Passion</title>
	<atom:link href="https://www.sibeeshpassion.com/tag/remove-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Sun, 31 May 2015 13:29:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Remove attribute &#8211; Sibeesh Passion</title>
	<link>https://www.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Remove an attribute from an html element</title>
		<link>https://www.sibeeshpassion.com/remove-an-attribute-from-an-html-element/</link>
					<comments>https://www.sibeeshpassion.com/remove-an-attribute-from-an-html-element/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:29:59 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JQuery Attributes]]></category>
		<category><![CDATA[Remove attribute]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3061</guid>

					<description><![CDATA[Remove an attribute from an html element . [js] $(&#8216;#btnCreate&#8217;).removeAttr(&#8216;disabled&#8217;); [/js] Here I am removing the attribute disabled from the element btnCreate. Regards www.sibeeshpassion.com]]></description>
										<content:encoded><![CDATA[<p>Remove an attribute from an html element .<br />
[js]<br />
$(&#8216;#btnCreate&#8217;).removeAttr(&#8216;disabled&#8217;);<br />
[/js]<br />
Here I am removing the attribute disabled from the element  btnCreate.</p>
<p>Regards<br />
<a href="http://www.sibeeshpassion.com">www.sibeeshpassion.com </a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/remove-an-attribute-from-an-html-element/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
