<?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>评论：妙招解决jquery中$和其他库的冲突</title>
	<atom:link href="http://11gz.com/blog/2009/10/13/jquery-conflict/feed/" rel="self" type="application/rss+xml" />
	<link>http://11gz.com/blog/2009/10/13/jquery-conflict/</link>
	<description>设计、开发路上的点点滴滴...</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:25:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>由：wing_hk</title>
		<link>http://11gz.com/blog/2009/10/13/jquery-conflict/comment-page-1/#comment-260</link>
		<dc:creator>wing_hk</dc:creator>
		<pubDate>Tue, 13 Oct 2009 05:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.11gz.com/blog/?p=441#comment-260</guid>
		<description>var $j = jQuery.noConflict();
$j(function(j){
           $j(&quot;p&quot;).click(function(){ 
        alert($j(this).text()); 
    }); 
});</description>
		<content:encoded><![CDATA[<p>var $j = jQuery.noConflict();<br />
$j(function(j){<br />
           $j(&#8220;p&#8221;).click(function(){<br />
        alert($j(this).text());<br />
    });<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>

