<?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: Comment Form Style with JQuery in WordPress</title>
	<atom:link href="http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress</link>
	<description>WordPress Themes and Resources</description>
	<lastBuildDate>Sat, 26 Jun 2010 06:42:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: club penguin cheats</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-3836</link>
		<dc:creator>club penguin cheats</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-3836</guid>
		<description>hey, I added ur site to my RSS reader. the posts are awesome! :)</description>
		<content:encoded><![CDATA[<p>hey, I added ur site to my RSS reader. the posts are awesome! <img src='http://wpcrowd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erickson</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-2122</link>
		<dc:creator>Erickson</dc:creator>
		<pubDate>Fri, 02 Apr 2010 15:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-2122</guid>
		<description>If you were given the chance to experience what it is like to be deaf (provivded you aren</description>
		<content:encoded><![CDATA[<p>If you were given the chance to experience what it is like to be deaf (provivded you aren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reyes Oeder</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-1846</link>
		<dc:creator>Reyes Oeder</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-1846</guid>
		<description>cool thanks for sharing are there feeds to your blog? I&#039;d like to add them to my reader</description>
		<content:encoded><![CDATA[<p>cool thanks for sharing are there feeds to your blog? I&#8217;d like to add them to my reader</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandru Vornicescu</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-1287</link>
		<dc:creator>Alexandru Vornicescu</dc:creator>
		<pubDate>Sat, 13 Feb 2010 17:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-1287</guid>
		<description>Now it works! be sure to clear your cache before reopening...</description>
		<content:encoded><![CDATA[<p>Now it works! be sure to clear your cache before reopening&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash Blue</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-1283</link>
		<dc:creator>Ash Blue</dc:creator>
		<pubDate>Sat, 13 Feb 2010 09:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-1283</guid>
		<description>Getting a 404 error on the demo when I click it.</description>
		<content:encoded><![CDATA[<p>Getting a 404 error on the demo when I click it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jade cloward</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-188</link>
		<dc:creator>jade cloward</dc:creator>
		<pubDate>Mon, 09 Nov 2009 16:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-188</guid>
		<description>very helpful. i like this comment form. thanks. - jade cloward (http://clowarddesign.com)</description>
		<content:encoded><![CDATA[<p>very helpful. i like this comment form. thanks. &#8211; jade cloward (<a href="http://clowarddesign.com" rel="nofollow">http://clowarddesign.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedosan</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-156</link>
		<dc:creator>Cedosan</dc:creator>
		<pubDate>Thu, 28 May 2009 15:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-156</guid>
		<description>Thanks for sharing !

For your use, I would not recommend jQuery... As there is no major call to the database.
You can style your comment forms simply with CSS.
Further more, for the on-blur / on-idle check this out without jQuery :
&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; value=&quot;&quot; onblur=&quot;if (this.value == &#039;&#039;) {this.value = &#039;Email (requis / pas publi&#233;)&#039;;}&quot;  onfocus=&quot;if (this.value == &#039;Email (requis / pas publi&#233;)&#039;) {this.value = &#039;&#039;;}&quot; size=&quot;30&quot; tabindex=&quot;2&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing !</p>
<p>For your use, I would not recommend jQuery&#8230; As there is no major call to the database.<br />
You can style your comment forms simply with CSS.<br />
Further more, for the on-blur / on-idle check this out without jQuery :<br />
&lt;input type=&#8221;text&#8221; name=&#8221;email&#8221; id=&#8221;email&#8221; value=&#8221;" onblur=&#8221;if (this.value == &#8221;) {this.value = &#8216;Email (requis / pas publi&eacute;)&#8217;;}&#8221;  onfocus=&#8221;if (this.value == &#8216;Email (requis / pas publi&eacute;)&#8217;) {this.value = &#8221;;}&#8221; size=&#8221;30&#8243; tabindex=&#8221;2&#8243; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPDONE</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-153</link>
		<dc:creator>WPDONE</dc:creator>
		<pubDate>Sun, 12 Apr 2009 04:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-153</guid>
		<description>Nice tutorial, thanks. I&#039;m looking to create my first WP theme and I&#039;ll need this tut.</description>
		<content:encoded><![CDATA[<p>Nice tutorial, thanks. I&#8217;m looking to create my first WP theme and I&#8217;ll need this tut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zy</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-155</link>
		<dc:creator>zy</dc:creator>
		<pubDate>Sat, 11 Apr 2009 19:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-155</guid>
		<description>Oops, missing code, hope that it appears below.

&lt;code&gt;&lt;/code&gt;

If it doesn&#039;t show you can check out the function here:
http://codex.wordpress.org/Function_Reference/wp_enqueue_script</description>
		<content:encoded><![CDATA[<p>Oops, missing code, hope that it appears below.</p>
<p><code></code></p>
<p>If it doesn&#8217;t show you can check out the function here:<br />
<a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_enqueue_script</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zy</title>
		<link>http://wpcrowd.com/customization/comment-form-style-with-jquery-in-wordpress/comment-page-1#comment-154</link>
		<dc:creator>zy</dc:creator>
		<pubDate>Sat, 11 Apr 2009 12:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpcrowd.com/?p=599#comment-154</guid>
		<description>Maybe it&#039;s just me, but I would prefer to load jQuery using wp_enqueue_script function instead.

I would probably replace the first line with this:</description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;s just me, but I would prefer to load jQuery using wp_enqueue_script function instead.</p>
<p>I would probably replace the first line with this:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
