<?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: Grails and JQuery Search Form</title>
	<atom:link href="http://www.jlhdevelopment.com/wordpress/2009/01/27/grails-and-jquery-search-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jlhdevelopment.com/wordpress/2009/01/27/grails-and-jquery-search-form/</link>
	<description>Software Development Articles and Opinions</description>
	<lastBuildDate>Fri, 13 May 2011 23:07:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.jlhdevelopment.com/wordpress/2009/01/27/grails-and-jquery-search-form/comment-page-1/#comment-1292</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jlhdevelopment.com/wordpress/?p=31#comment-1292</guid>
		<description>Hi Arun, 

I have limited experience with jQuery, you might want to consult &lt;a href=&quot;http://groups.google.com/group/jquery-en&quot; rel=&quot;nofollow&quot;&gt;this google group&lt;/a&gt; about jQuery if you are experiencing problems using it with other libraries such as Dojo or Prototype.</description>
		<content:encoded><![CDATA[<p>Hi Arun, </p>
<p>I have limited experience with jQuery, you might want to consult <a href="http://groups.google.com/group/jquery-en" rel="nofollow">this google group</a> about jQuery if you are experiencing problems using it with other libraries such as Dojo or Prototype.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.jlhdevelopment.com/wordpress/2009/01/27/grails-and-jquery-search-form/comment-page-1/#comment-1036</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 03 Jul 2009 15:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jlhdevelopment.com/wordpress/?p=31#comment-1036</guid>
		<description>Hi Tim, 

That would be better, but you will have to provide your own GSP tags for the remote tags, since the ones included with Grails include support only for Prototype, Yahoo, and Scriptaculous. Since I was using prototype already on some other pages, I used it here also.</description>
		<content:encoded><![CDATA[<p>Hi Tim, </p>
<p>That would be better, but you will have to provide your own GSP tags for the remote tags, since the ones included with Grails include support only for Prototype, Yahoo, and Scriptaculous. Since I was using prototype already on some other pages, I used it here also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.jlhdevelopment.com/wordpress/2009/01/27/grails-and-jquery-search-form/comment-page-1/#comment-961</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 18 Jun 2009 02:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jlhdevelopment.com/wordpress/?p=31#comment-961</guid>
		<description>I have used jquery for most of the project( DOM access ). Now, I cant get remoteLink gsp tag to work with jquery. It seems to work fine with prototype.

Is there a way to fix this without disabling conflict check noConflict(). If not, what are the consequences of enabling interoperability ?

This is the piece of code that I cant get to work with jquery. 
FF 3 , jquery 1.3.2 

 message 
      Delete Unk</description>
		<content:encoded><![CDATA[<p>I have used jquery for most of the project( DOM access ). Now, I cant get remoteLink gsp tag to work with jquery. It seems to work fine with prototype.</p>
<p>Is there a way to fix this without disabling conflict check noConflict(). If not, what are the consequences of enabling interoperability ?</p>
<p>This is the piece of code that I cant get to work with jquery.<br />
FF 3 , jquery 1.3.2 </p>
<p> message<br />
      Delete Unk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.jlhdevelopment.com/wordpress/2009/01/27/grails-and-jquery-search-form/comment-page-1/#comment-889</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 31 May 2009 13:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jlhdevelopment.com/wordpress/?p=31#comment-889</guid>
		<description>Is it possible (using the Grails jQuery plug-in) to use jQuery for the “Ajaxed” Grails tags as well?

Maybe it would be simpler to use just jQuery rather than jQuery + (Prototype &#124; Yahoo &#124; Scriptaculous).

Do you think this would create problems in a Grails application?

Thanks for your article!

Tim</description>
		<content:encoded><![CDATA[<p>Is it possible (using the Grails jQuery plug-in) to use jQuery for the “Ajaxed” Grails tags as well?</p>
<p>Maybe it would be simpler to use just jQuery rather than jQuery + (Prototype | Yahoo | Scriptaculous).</p>
<p>Do you think this would create problems in a Grails application?</p>
<p>Thanks for your article!</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.jlhdevelopment.com/wordpress/2009/01/27/grails-and-jquery-search-form/comment-page-1/#comment-884</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 29 May 2009 23:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jlhdevelopment.com/wordpress/?p=31#comment-884</guid>
		<description>Hi sr, 

It will work, but typically there is some server side component providing the JSON. JQuery is a JavaScript library, so it will definitely work with HTML pages coded by hand.</description>
		<content:encoded><![CDATA[<p>Hi sr, </p>
<p>It will work, but typically there is some server side component providing the JSON. JQuery is a JavaScript library, so it will definitely work with HTML pages coded by hand.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

