<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>JQuery Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/jquery</link> 
<description>JQuery is becoming the Javascript framework of choice for the ColdFusion community. Ask your questions here or answer those who need your help.</description> 
<language>en-us</language> 
<copyright>Copyright 2010, House of Fusion</copyright> 
<lastBuildDate>Mon, 15 Mar 2010 09:29:55 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[sort, drop, recycle and get back to sort (SOLVED)]]></title> 
	<description><![CDATA[Ok, I figured it out.&nbsp;&nbsp;I just made all the areas sortable and connected them.&nbsp;&nbsp;The icons are corrected by inline style of the position of the icon<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6284"  title="JQuery: sort, drop, recycle and get back to sort (SOLVED)">more</A>]]]></description> 
	<pubDate>Sun, 07 Mar 2010 12:41:00 GMT</pubDate> 
	<dc:author>Chuck Weidler </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6284</guid> 
</item>

<item>
	<title><![CDATA[sort, drop, recycle and get back to sort]]></title> 
	<description><![CDATA[I have been working on this for a couple of days now and get short on hair.&nbsp;&nbsp;Below is the code for the link provided.<br>
	<br>
	<A HREF="http://www.letsgetsomething.com/Utilities/sortable_work/sortable_sm.cfm">http://www.letsgetsomething.com/Utilities/sortable_work/sortable_sm.cfm</A><br>
	<br>
	As you can see I'm doing a lot in this.&nbsp;&nbsp;I'm sorting a grid<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6283"  title="JQuery: sort, drop, recycle and get back to sort">more</A>]]]></description> 
	<pubDate>Sat, 06 Mar 2010 10:28:00 GMT</pubDate> 
	<dc:author>Chuck Weidler </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6283</guid> 
</item>

<item>
	<title><![CDATA[Div Placement]]></title> 
	<description><![CDATA[Put a unique id on each of the showhide div's utilizing your output query loop.<br>
	Something to the effect of &lt;div id=&quot;showHide_#id#&gt;.&nbsp;&nbsp;From there you can do a similair setup on your button's <br>
	&lt;input class=&quot;pretty_button&quot; name=&quot;toggle_#id#&quot; value=&quot;Edit&quot; id<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6282"  title="JQuery: Div Placement">more</A>]]]></description> 
	<pubDate>Fri, 05 Mar 2010 04:46:00 GMT</pubDate> 
	<dc:author>CJ McCarey </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6282</guid> 
</item>

<item>
	<title><![CDATA[Div Placement]]></title> 
	<description><![CDATA[Hello - <br>
	<br>
	I'm taking myself deeping into jQuery and need a bit of guidance.&nbsp;&nbsp;I'm creating a table that lists poems (database id, poem title, rating of poem, and judges who are reviewing poem).<br>
	<br>
	I've added an &quot;edit&quot; but where I want a small menu to <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6278"  title="JQuery: Div Placement">more</A>]]]></description> 
	<pubDate>Fri, 05 Mar 2010 01:20:00 GMT</pubDate> 
	<dc:author>Adam Parker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6278</guid> 
</item>

<item>
	<title><![CDATA[Need to find/ replace()  in an entire DOM]]></title> 
	<description><![CDATA[Hey,<br>
	<br>
	I need to traverse an entire DOM, find a match for a pattern like this:<br>
	<br>
	someController.somemapping<br>
	<br>
	And I need to replace that text with this:<br>
	<br>
	someController.somemapping&amp;someURLVar=someValue<br>
	<br>
	This pattern could be located ANYwhere in the<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6270"  title="JQuery: Need to find/ replace()  in an entire DOM">more</A>]]]></description> 
	<pubDate>Mon, 15 Feb 2010 03:50:00 GMT</pubDate> 
	<dc:author>Will Tomlinson </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6270</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[Doug, <br>
	<br>
	Check this article out (not my blog but it got me through configuring<br>
	JQGrid)<br>
	<br>
	<A HREF="http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/27/Using-jQuery-based-jq">http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/27/Using-jQuery-based-jq</A><br>
	Grid-with-ColdFusion-Part-1<br>
	<br>
	This winds up, in the third installment, with a full <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6269"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 11:14:00 GMT</pubDate> 
	<dc:author>Scott Stewart</dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6269</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Mon, 15 Mar 2010 09:29:55 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[On Mon, Feb 8, 2010 at 6:13 PM, Doug &lt;doug.e.ford@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt;&gt;&gt;wouldn't that add additional overhead?<br>
	&gt;&gt; Yes. :)<br>
	&gt;<br>
	&gt; That's what I was afraid of.  I am trying to keep my code relatively<br>
	&gt; tight and use more ColdFusion logic than JS/jQuery<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6268"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 07:21:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6268</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[&gt;&gt;wouldn't that add additional overhead?<br>
	&gt; Yes. :)<br>
	<br>
	That's what I was afraid of.&nbsp;&nbsp;I am trying to keep my code relatively<br>
	tight and use more ColdFusion logic than JS/jQuery.<br>
	<br>
	&gt; Now this part I'm not so sure about. Are you building an editable<br>
	&gt; grid<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6267"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 07:16:00 GMT</pubDate> 
	<dc:author>Doug </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6267</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[On Mon, Feb 8, 2010 at 5:03 PM, Doug &lt;doug.e.ford@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt; Being a novice at jQuery functionality and features, but if I was to<br>
	&gt; have a table with 200+ rows with changes in them, wouldn't that add<br>
	&gt; additional overhead to the web page to<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6265"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 06:36:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6265</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[Being a novice at jQuery functionality and features, but if I was to<br>
	have a table with 200+ rows with changes in them, wouldn't that add<br>
	additional overhead to the web page to create custom JS functions that<br>
	would reference only the cells that would <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6264"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 06:06:00 GMT</pubDate> 
	<dc:author>Doug </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6264</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[I believe you want to look into custom formatters:<br>
	<br>
	<A HREF="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter">http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter</A><br>
	<br>
	On Mon, Feb 8, 2010 at 4:41 PM, Doug &lt;doug.e.ford@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt; Hi Ray -<br>
	&gt;<br>
	&gt; As always thank you for your ideas and <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6263"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 05:51:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6263</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[Hi Ray -<br>
	<br>
	As always thank you for your ideas and assistance.<br>
	<br>
	I am examining the demo/code for jqGrid.<br>
	<br>
	From my examination of the code, it looks like when you reference the<br>
	page that has your query on it,<br>
	you are pulling in the data, and the grid<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6262"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 05:44:00 GMT</pubDate> 
	<dc:author>Doug </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6262</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[Short and sweet: jqGrid<br>
	<br>
	Very powerful grid.<br>
	<br>
	On Mon, Feb 8, 2010 at 3:52 PM, Doug Ford &lt;doug.e.ford@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt; Hi Folks -<br>
	&gt;<br>
	&gt; I am looking for some help when it comes to deciding upon a jQuery Grid.<br>
	&gt;<br>
	&gt; Being new to jQuery, I am <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6261"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 05:05:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6261</guid> 
</item>

<item>
	<title><![CDATA[Looking for a Grid]]></title> 
	<description><![CDATA[Hi Folks - <br>
	<br>
	I am looking for some help when it comes to deciding upon a jQuery Grid.<br>
	<br>
	Being new to jQuery, I am still trying to wrap my head around everything.<br>
	<br>
	I am looking for a grid that will allow me to control the layout/format/css of <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6260"  title="JQuery: Looking for a Grid">more</A>]]]></description> 
	<pubDate>Mon, 08 Feb 2010 05:02:00 GMT</pubDate> 
	<dc:author>Doug Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6260</guid> 
</item>

<item>
	<title><![CDATA[: Re: : Re: Reload div in jQuery]]></title> 
	<description><![CDATA[made sense to me...<br>
	<br>
	ray, you better sleep with one eye open, there is a new jedi in town ;)~<br>
	<br>
	&gt;No worries.&nbsp;&nbsp;I wasn't sure how else to word the question.&nbsp;&nbsp;I appreciate <br>
	&gt;your help<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6250"  title="JQuery: : Re: : Re: Reload div in jQuery">more</A>]]]></description> 
	<pubDate>Thu, 28 Jan 2010 03:39:00 GMT</pubDate> 
	<dc:author>Dave l </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6250</guid> 
</item>

<item>
	<title><![CDATA[: Re: : Re: Reload div in jQuery]]></title> 
	<description><![CDATA[No worries.&nbsp;&nbsp;I wasn't sure how else to word the question.&nbsp;&nbsp;I appreciate <br>
	your help :)<br>
	<br>
	----------------------------------------<br>
	<br>
	From: &quot;Raymond Camden&quot; &lt;rcamden@gmail.com&gt;<br>
	Sent: Thursday, January 28, 2010 12:40 PM<br>
	To: &quot;jquery&quot; &lt;jquery@houseoffusion<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6249"  title="JQuery: : Re: : Re: Reload div in jQuery">more</A>]]]></description> 
	<pubDate>Thu, 28 Jan 2010 03:19:00 GMT</pubDate> 
	<dc:author>Joshua Rowe</dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6249</guid> 
</item>

<item>
	<title><![CDATA[: Re: Reload div in jQuery]]></title> 
	<description><![CDATA[Ahh, so you wanted to load a url into a div, but only use a portion of<br>
	the HTML returned. Sorry - couldn't quite parse that from your<br>
	questions. :)<br>
	<br>
	On Thu, Jan 28, 2010 at 9:21 AM, Joshua Rowe &lt;jrowe@varimereweb.com&gt; wrote:<br>
	&gt;<br>
	&gt; Yes!  This is <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6248"  title="JQuery: : Re: Reload div in jQuery">more</A>]]]></description> 
	<pubDate>Thu, 28 Jan 2010 02:41:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6248</guid> 
</item>

<item>
	<title><![CDATA[Form submit success method not being called]]></title> 
	<description><![CDATA[Sorry. I never saw the post go through here, so thought it never got<br>
	posted, so I didn't do a follow-up.<br>
	<br>
	I was able to use the &quot;failure&quot; handler on the call to debug the<br>
	problem (the json wasn't quite right).<br>
	<br>
	Thanks, though!<br>
	<br>
	Scott<br>
	<br>
	On Wed, <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6247"  title="JQuery: Form submit success method not being called">more</A>]]]></description> 
	<pubDate>Thu, 28 Jan 2010 12:05:00 GMT</pubDate> 
	<dc:author>Scott Brady </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6247</guid> 
</item>

<item>
	<title><![CDATA[: Re: Reload div in jQuery]]></title> 
	<description><![CDATA[Yes!&nbsp;&nbsp;This is exactly what I was looking for.&nbsp;&nbsp;Thank you all for your help! <br>
	:)<br>
	<br>
	----------------------------------------<br>
	<br>
	From: &quot;Dave l&quot; &lt;cflist@jamwerx.com&gt;<br>
	Sent: Wednesday, January 27, 2010 11:52 PM<br>
	To: &quot;jquery&quot; &lt;jquery@houseoffusion.com&gt;<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6246"  title="JQuery: : Re: Reload div in jQuery">more</A>]]]></description> 
	<pubDate>Thu, 28 Jan 2010 10:24:00 GMT</pubDate> 
	<dc:author>Joshua Rowe</dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6246</guid> 
</item>

<item>
	<title><![CDATA[: Re: Reload div in jQuery]]></title> 
	<description><![CDATA[specify the div you want to load after the page and if you need any db interaction the call it within the div you are loading<br>
	<br>
	$('#dealerTable').load('index.cfm #dealerTable');<br>
	<br>
	<br>
	<br>
	&gt;Reloading the div with the same URL will load everything <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6245"  title="JQuery: : Re: Reload div in jQuery">more</A>]]]></description> 
	<pubDate>Thu, 28 Jan 2010 01:54:00 GMT</pubDate> 
	<dc:author>Dave l </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6245</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Mon, 15 Mar 2010 09:29:55 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

