<?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>Altmint Blog &#187; Alter Css Properties</title>
	<atom:link href="http://blog.altmint.com/tag/alter-css-properties/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.altmint.com</link>
	<description></description>
	<lastBuildDate>Mon, 24 Oct 2011 09:11:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Alter Css Properties with Jquery</title>
		<link>http://blog.altmint.com/alter-css-properties-with-jquery</link>
		<comments>http://blog.altmint.com/alter-css-properties-with-jquery#comments</comments>
		<pubDate>Thu, 25 Mar 2010 14:40:11 +0000</pubDate>
		<dc:creator>Kongoti</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Alter Css Properties]]></category>
		<category><![CDATA[Javascript Css]]></category>

		<guid isPermaLink="false">http://blog.altmint.com/?p=41</guid>
		<description><![CDATA[how to change the Properties of class or id with javascript? It is very simple with jquery. we can alter or add any css property to the class or id. here is a sample example for it. Assuming Jquery is Included $(&#8220;#IdName&#8221;).css(&#8220;color&#8221;,&#8221;red&#8221;); (or) $(&#8220;.Classname&#8221;).css(&#8220;color&#8221;,&#8221;red&#8221;);]]></description>
			<content:encoded><![CDATA[<p><strong>how to change the Properties of class or id with javascript?</strong></p>
<p>It is very simple with jquery. we can alter or add any css property to the class or id. here is a sample example for it.</p>
<p>Assuming Jquery is Included</p>
<blockquote><p>$(&#8220;#IdName&#8221;).css(&#8220;color&#8221;,&#8221;red&#8221;);<br />
(or)<br />
$(&#8220;.Classname&#8221;).css(&#8220;color&#8221;,&#8221;red&#8221;);</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.altmint.com/alter-css-properties-with-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

