<?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>&#60;Code Zen /&#62; &#187; jquery</title>
	<atom:link href="http://www.code-zen.net/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.code-zen.net</link>
	<description>Peter Anselmo&#039;s Home on the Web</description>
	<lastBuildDate>Wed, 12 Oct 2011 01:11:59 +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>Re-Ordering select list elements with jQuery</title>
		<link>http://www.code-zen.net/2011/reordering-select-list-elements-with-jquery/</link>
		<comments>http://www.code-zen.net/2011/reordering-select-list-elements-with-jquery/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 02:13:26 +0000</pubDate>
		<dc:creator>Peter Anselmo</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.code-zen.net/?p=552</guid>
		<description><![CDATA[So, I came across an interesting development problem.  I was embedding a &#8216;select&#8217; list from a 3rd party web service, and I wanted to re-order the items shown.  More specifically, I wanted the most commonly selected elements to be at the top of the list.  Because I couldn&#8217;t access the raw HTML, directly changing the [...]]]></description>
			<content:encoded><![CDATA[<p>So, I came across an interesting development problem.  I was embedding a &#8216;select&#8217; list from a 3rd party web service, and I wanted to re-order the items shown.  More specifically, I wanted the most commonly selected elements to be at the top of the list.  Because I couldn&#8217;t access the raw HTML, directly changing the order was not an option.  jQuery to the rescue!  Here&#8217;s a small snippet I came up with that did just the trick:</p>
<pre>$('option[value='myVal']').detach().prepend('select.mySelect');</pre>
<p>Viola!  Way easy!</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F&amp;title=Re-Ordering+select+list+elements+with+jQuery" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F&amp;title=Re-Ordering+select+list+elements+with+jQuery" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F&amp;title=Re-Ordering+select+list+elements+with+jQuery" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F&amp;headline=Re-Ordering+select+list+elements+with+jQuery" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Re-Ordering+select+list+elements+with+jQuery&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Re-Ordering+select+list+elements+with+jQuery&amp;u=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Re-Ordering+select+list+elements+with+jQuery&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Re-Ordering+select+list+elements+with+jQuery&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Re-Ordering+select+list+elements+with+jQuery&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F&amp;title=Re-Ordering+select+list+elements+with+jQuery&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fwww.code-zen.net%2F2011%2Freordering-select-list-elements-with-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.code-zen.net/2011/reordering-select-list-elements-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review &#8211; jQuery in Action</title>
		<link>http://www.code-zen.net/2010/book-review-jquery/</link>
		<comments>http://www.code-zen.net/2010/book-review-jquery/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 19:51:04 +0000</pubDate>
		<dc:creator>Peter Anselmo</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.code-zen.net/?p=304</guid>
		<description><![CDATA[I just recently finished reading  jQuery in Action by Bear Bibeaut and Yehuda Katz.  I had used very little jQuery before reading it, and even less AJAX.  I can&#8217;t recommend this book highly enough.  Five Stars.  To be fair, I may be biased largely because jQuery is so awesome, anything about jQuery will inherit it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-431" title="jQuery in Action" src="http://www.code-zen.net/wp-content/uploads/2009/11/a2c3bc31-87ea-4306-91b9-07e3-239x300.jpg" alt="jQuery in Action" width="143" height="180" />I just recently finished reading  <a href="http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355/" target="_blank">jQuery in Action</a> by Bear Bibeaut and Yehuda Katz.  I had used very little jQuery before reading it, and even less AJAX.  I can&#8217;t recommend this book highly enough.  Five Stars.  To be fair, I may be biased largely because jQuery is so awesome, anything about jQuery will inherit it&#8217;s awesomeness.  But either way, if you want to get into jQuery, this is a good place to start.</p>
<p>I&#8217;ve heard it pointed out that all of the information in this book is already online, on the <a href="http://jquery.com/" target="_blank">jQuery website</a>.  But that&#8217;s missing the point.  The book presents the information at a well-thought out pace and order, minimizing confusion.  For example, early on it spends a good amount of time introducing and explaining the various CSS3 selectors and getting your &#8220;Wrapped Set&#8221; of elements before it jumps into how to manipulate those elements.</p>
<p>The book process to move through all of the awesomeness that jQuery offers with DOM &amp; Content manipulation, Event Handling, Animations, Plugins, and Finally AJAX.  My First attempt trying to implement AJAX was without a framework, using the WROX &#8220;Beginning AJAX&#8221; book.  I&#8217;ve decided that book isn&#8217;t worth it&#8217;s weight in lead, and that it should be pulled from the shelves.  jQuery makes it ridiculously easy to make POST and GET requests to the server, and handle the results.  I was using AJAX in production code within a week of reading this.</p>
<p>I don&#8217;t know what else to say.  The level of Awesome that jQuery exudes is matched only by other epic wins such as Dropbox and Vim.  If you haven&#8217;t tried jQuery, you need to. Now.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F&amp;title=Book+Review+-+jQuery+in+Action" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F&amp;title=Book+Review+-+jQuery+in+Action" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F&amp;title=Book+Review+-+jQuery+in+Action" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F&amp;headline=Book+Review+-+jQuery+in+Action" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Book+Review+-+jQuery+in+Action&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Book+Review+-+jQuery+in+Action&amp;u=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Book+Review+-+jQuery+in+Action&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Book+Review+-+jQuery+in+Action&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Book+Review+-+jQuery+in+Action&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F&amp;title=Book+Review+-+jQuery+in+Action&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fwww.code-zen.net%2F2010%2Fbook-review-jquery%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.code-zen.net/2010/book-review-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Buddypress jQuery is not defined error</title>
		<link>http://www.code-zen.net/2009/buddypress-jquery-not-defined/</link>
		<comments>http://www.code-zen.net/2009/buddypress-jquery-not-defined/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:58:18 +0000</pubDate>
		<dc:creator>Peter Anselmo</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.code-zen.net/?p=354</guid>
		<description><![CDATA[While developing a Buddypress plugin, I was running into a problem where none of my Javascript was working. Instead, Firebug was telling me: &#8220;jQuery is not defined&#8221;.  This was quite frustrating, as I could verify that the jQuery file was indeed, being loaded.  While a few other people received the same error for different reasons [...]]]></description>
			<content:encoded><![CDATA[<p>While developing a Buddypress plugin, I was running into a problem where none of my Javascript was working. Instead, Firebug was telling me: &#8220;jQuery is not defined&#8221;.  This was quite frustrating, as I could verify that the jQuery file was indeed, being loaded.  While a few other people received the same error for different reasons (corrupt files, etc.) I did not quickly find the solution for my problem.  Here it is:</p>
<p><strong>Problem:</strong> <strong>Buddypress calls your plugin&#8217;s JS files BEFORE jQuery files</strong>.<br />
This applies when you use the function wp_enqueue_script() &#8211; as you should.</p>
<p><strong>Solution: Tell wp_enqueue_script your file depends on jQuery</strong>.<br />
It turns out, wp_enqueue_script() takes a few optional parameters &#8211; the third being an array of other js files yours is dependent on.</p>
<p>Here&#8217;s how the call looks after the change:<br />
wp_enqueue_script(&#8216;my-js-file&#8217;,'my-file-path.js&#8217;,array(&#8216;jquery&#8217;));</p>
<p>Viola!  Your js file is now loaded after jQuery and you&#8217;re good to go.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F&amp;title=Buddypress+jQuery+is+not+defined+error" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F&amp;title=Buddypress+jQuery+is+not+defined+error" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F&amp;title=Buddypress+jQuery+is+not+defined+error" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F&amp;headline=Buddypress+jQuery+is+not+defined+error" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Buddypress+jQuery+is+not+defined+error&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Buddypress+jQuery+is+not+defined+error&amp;u=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Buddypress+jQuery+is+not+defined+error&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Buddypress+jQuery+is+not+defined+error&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Buddypress+jQuery+is+not+defined+error&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F&amp;title=Buddypress+jQuery+is+not+defined+error&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fbuddypress-jquery-not-defined%2F" ><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.code-zen.net/2009/buddypress-jquery-not-defined/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

