<?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>Xrvel House &#187; jQuery</title>
	<atom:link href="http://www.xrvel.com/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xrvel.com</link>
	<description>My Programming Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:15:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>jQuery Not Class Selector to Exclude</title>
		<link>http://www.xrvel.com/446/jquery-not-class-selector-exclude.php</link>
		<comments>http://www.xrvel.com/446/jquery-not-class-selector-exclude.php#comments</comments>
		<pubDate>Tue, 08 Nov 2011 17:18:16 +0000</pubDate>
		<dc:creator>Xrvel</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.xrvel.com/?p=446</guid>
		<description><![CDATA[For example we want to hide all hyperlinks that do not have &#8220;banana&#8221; class. How to do that with jQuery? You can use the javascript code below. $('a').not('.banana').hide(); Easy right?]]></description>
		<wfw:commentRss>http://www.xrvel.com/446/jquery-not-class-selector-exclude.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

