<?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>{Complexity} &#187; jQuery</title>
	<atom:link href="http://technote.wsjoung.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://technote.wsjoung.com</link>
	<description>simple note</description>
	<lastBuildDate>Wed, 09 Nov 2011 02:12:28 +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>Using jQuery with Other Libraries</title>
		<link>http://technote.wsjoung.com/2010/06/28/using-jquery-with-other-libraries/</link>
		<comments>http://technote.wsjoung.com/2010/06/28/using-jquery-with-other-libraries/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 01:28:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=138</guid>
		<description><![CDATA[Overriding the $-function Including jQuery before Other Libraries Referencing Magic &#8211; Shortcuts for jQuery var J = jQuery.noConflict(); function init(){ J(&#8220;div#sshow&#8221;).slideView(); } J(window).bind(&#8220;load&#8221;, init );]]></description>
			<content:encoded><![CDATA[<ul>
<li>Overriding the $-function</li>
<li>Including jQuery before Other Libraries</li>
<li>Referencing Magic &#8211; Shortcuts for jQuery</li>
</ul>
<blockquote><p>
var J = jQuery.noConflict();<br />
function init(){<br />
    J(&#8220;div#sshow&#8221;).slideView();<br />
}<br />
J(window).bind(&#8220;load&#8221;, init );
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2010/06/28/using-jquery-with-other-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

