<?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>Comments on: Using Javascript to Populate Forms During Development</title>
	<atom:link href="http://biodegradablegeek.com/2008/12/using-javascript-to-populate-forms-during-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://biodegradablegeek.com/2008/12/using-javascript-to-populate-forms-during-development/</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 18:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Donny Kurnia</title>
		<link>http://biodegradablegeek.com/2008/12/using-javascript-to-populate-forms-during-development/comment-page-1/#comment-2451</link>
		<dc:creator>Donny Kurnia</dc:creator>
		<pubDate>Sat, 21 Feb 2009 12:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://biodegradablegeek.com/?p=291#comment-2451</guid>
		<description>You could use this instead

jQuery(function(_j) {
// code using _j


});

So you don&#039;t need the line:
if (typeof(_j)==&#039;undefined&#039;) _j = jQuery;</description>
		<content:encoded><![CDATA[<p>You could use this instead</p>
<p>jQuery(function(_j) {<br />
// code using _j</p>
<p>});</p>
<p>So you don&#8217;t need the line:<br />
if (typeof(_j)==&#8217;undefined&#8217;) _j = jQuery;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
