<?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 &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Fri, 24 May 2013 11:05:14 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[appendTo in IE7/8]]></title> 
	<description><![CDATA[I have a function which moves a DIV from one window to the parent window.&nbsp;&nbsp;It works find in Firefox and Chrome but not in IE7/8 (seems like the appendTo fails). Any suggestions...<br>
	<br>
	function appendCmtDiv(div,no) {<br>
	&nbsp;&nbsp;&nbsp;// ** Now we need to change the ID <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6852"  title="JQuery: appendTo in IE7/8">more</A>]]]></description> 
	<pubDate>Tue, 19 Mar 2013 01:55:00 GMT</pubDate> 
	<dc:author>Chad Baloga </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6852</guid> 
</item>

<item>
	<title><![CDATA[New jQuery rules (form validation)]]></title> 
	<description><![CDATA[Thanks... I was able to use what Ray provided. With a learning curve I<br>
	figured it out and works great.<br>
	<br>
	On Wed, Jan 30, 2013 at 11:22 AM, Gerald Guido &lt;gerald.guido@gmail.com&gt;wrote:<br>
	<br>
	&gt;<br>
	&gt; You might want to look at this library:&nbsp;&nbsp;<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6851"  title="JQuery: New jQuery rules (form validation)">more</A>]]]></description> 
	<pubDate>Wed, 30 Jan 2013 01:15:00 GMT</pubDate> 
	<dc:author>ColdFusion Developer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6851</guid> 
</item>

<item>
	<title><![CDATA[New jQuery rules (form validation)]]></title> 
	<description><![CDATA[You might want to look at this library:&nbsp;&nbsp;ColdFusionJavaScript for jQuery.<br>
	<br>
	<A HREF="http://cfjs.riaforge.org/">http://cfjs.riaforge.org/</A><br>
	<br>
	It has a function for date compare that you can borrow.<br>
	<br>
	HTH<br>
	G!<br>
	<br>
	On Wed, Jan 30, 2013 at 10:05 AM, ColdFusion Developer<br>
	&lt;cfdev2009@gmail.com&gt;<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6850"  title="JQuery: New jQuery rules (form validation)">more</A>]]]></description> 
	<pubDate>Wed, 30 Jan 2013 11:23:00 GMT</pubDate> 
	<dc:author>Gerald Guido </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6850</guid> 
</item>

<item>
	<title><![CDATA[New jQuery rules (form validation)]]></title> 
	<description><![CDATA[Boom -<br>
	<A HREF="http://stackoverflow.com/questions/833997/end-date-greater-than-start-date-jquery-validation">http://stackoverflow.com/questions/833997/end-date-greater-than-start-date-jquery-validation</A><br>
	<br>
	On Wed, Jan 30, 2013 at 9:21 AM, ColdFusion Developer<br>
	&lt;cfdev2009@gmail.com&gt;wrote:<br>
	<br>
	&gt;<br>
	&gt; Sure I can use the dateCompare function but I guess I am<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6849"  title="JQuery: New jQuery rules (form validation)">more</A>]]]></description> 
	<pubDate>Wed, 30 Jan 2013 10:24:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6849</guid> 
</item>

<item>
	<title><![CDATA[New jQuery rules (form validation)]]></title> 
	<description><![CDATA[Sure I can use the dateCompare function but I guess I am seeking guidance<br>
	on how to tie that into the jQuery validation and how to pass in both<br>
	fields to be validated.<br>
	<br>
	I am sure once I get an idea on how to do so, I can understand on how to<br>
	tie in <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6848"  title="JQuery: New jQuery rules (form validation)">more</A>]]]></description> 
	<pubDate>Wed, 30 Jan 2013 10:21:00 GMT</pubDate> 
	<dc:author>ColdFusion Developer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6848</guid> 
</item>

<item>
	<title><![CDATA[New jQuery rules (form validation)]]></title> 
	<description><![CDATA[And don't forget you can write custom rules for jquery.validate. You will<br>
	probably need to do that. This is documented in their... um documentation.<br>
	<br>
	On Wed, Jan 30, 2013 at 9:13 AM, Bob Imperial &lt;bimperial@gmail.com&gt; wrote:<br>
	<br>
	&gt;<br>
	&gt; Have you looked <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6847"  title="JQuery: New jQuery rules (form validation)">more</A>]]]></description> 
	<pubDate>Wed, 30 Jan 2013 10:14:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6847</guid> 
</item>

<item>
	<title><![CDATA[New jQuery rules (form validation)]]></title> 
	<description><![CDATA[Have you looked at CF's dateCompare?<br>
	take a look at:<br>
	<A HREF="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_c-d_26.html">http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_c-d_26.html</A><br>
	<A HREF="http://cookbooks.adobe.com/post_You_have_two_dates_times_you_want_to_compare_-16222.html">http://cookbooks.adobe.com/post_You_have_two_dates_times_you_want_to_compare_-16222.html</A><br>
	hth<br>
	<br>
	Bob<br>
	<br>
	On Wed<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6846"  title="JQuery: New jQuery rules (form validation)">more</A>]]]></description> 
	<pubDate>Wed, 30 Jan 2013 10:13:00 GMT</pubDate> 
	<dc:author>Bob Imperial </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6846</guid> 
</item>

<item>
	<title><![CDATA[New jQuery rules (form validation)]]></title> 
	<description><![CDATA[Since I am now getting into jQuery's process for form validation and I am<br>
	using the jquery.validate.js file (not the condensed version).<br>
	<br>
	I have a form where I want to validate more than one option for a field<br>
	(required and date greater than second <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6845"  title="JQuery: New jQuery rules (form validation)">more</A>]]]></description> 
	<pubDate>Wed, 30 Jan 2013 10:06:00 GMT</pubDate> 
	<dc:author>ColdFusion Developer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6845</guid> 
</item>

<item>
	<title><![CDATA[Excellent Opportunity for an Ext JS Developer - SQL Server Databases]]></title> 
	<description><![CDATA[Title: Ext JS Developer<br>
	Location: Atlanta, GA <br>
	<br>
	Client Detail:<br>
	Our client is the world's largest global organization within their industry.. They are headquartered in Atlanta, GA, and they continue to be on the cutting edge of new technology. They <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6824"  title="JQuery: Excellent Opportunity for an Ext JS Developer - SQL Server Databases">more</A>]]]></description> 
	<pubDate>Tue, 16 Oct 2012 09:48:00 GMT</pubDate> 
	<dc:author>Parookh Malhotra </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6824</guid> 
</item>

<item>
	<title><![CDATA[Problems with Code not working after jQuery Post ]]></title> 
	<description><![CDATA[I would go with Ray's suggestion.&nbsp;&nbsp;He seems to be more<br>
	up on the current docs than I.&nbsp;&nbsp;I'm not even that familiar<br>
	with &quot;.on&quot;, so I need to do some doc reading, as well.<br>
	<br>
	I've always used &quot;.live&quot; and it's worked well.&nbsp;&nbsp;I didn't<br>
	know it was no longer <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6809"  title="JQuery: Problems with Code not working after jQuery Post.">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2012 02:18:00 GMT</pubDate> 
	<dc:author>Rick Faircloth</dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6809</guid> 
</item>

<item>
	<title><![CDATA[Problems with Code not working after jQuery Post ]]></title> 
	<description><![CDATA[As always Ray, thank you very much for the info!!<br>
	<br>
	I truly appreciate it!<br>
	<br>
	And Rick, thank you for your assistance also!<br>
	<br>
	Doug<br>
	<br>
	&gt;live is not recommended anymore according to the docs<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6808"  title="JQuery: Problems with Code not working after jQuery Post.">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2012 01:33:00 GMT</pubDate> 
	<dc:author>Doug Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6808</guid> 
</item>

<item>
	<title><![CDATA[Problems with Code not working after jQuery Post ]]></title> 
	<description><![CDATA[live is not recommended anymore according to the docs.<br>
	<br>
	On Tue, Jun 26, 2012 at 12:24 PM, Doug Ford &lt;doug.e.ford@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt; Hi Ray and Rick -<br>
	&gt;<br>
	&gt; Thank you both for your suggestions... and thank you opening my eyes.<br>
	&gt;<br>
	&gt; It's all about<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6807"  title="JQuery: Problems with Code not working after jQuery Post.">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2012 01:29:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6807</guid> 
</item>

<item>
	<title><![CDATA[Problems with Code not working after jQuery Post ]]></title> 
	<description><![CDATA[Hi Ray and Rick - <br>
	<br>
	Thank you both for your suggestions... and thank you opening my eyes.<br>
	<br>
	It's all about the timing of the DOM and what gets loaded after the fact.<br>
	<br>
	Gentlemen - you present 2 options... .on vs .live.<br>
	<br>
	Is one better than the other<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6806"  title="JQuery: Problems with Code not working after jQuery Post.">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2012 01:26:00 GMT</pubDate> 
	<dc:author>Doug Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6806</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>Fri, 24 May 2013 11:05:14 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[Problems with Code not working after jQuery Post ]]></title> 
	<description><![CDATA[Perhaps this is a case of jQuery not recognizing and<br>
	responding to elements that have been added to the original DOM.<br>
	<br>
	If the delete button has been inserted into the original DOM,<br>
	you'll probably have to use<br>
	<br>
	jQuery(document).ready(function<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6805"  title="JQuery: Problems with Code not working after jQuery Post.">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2012 01:06:00 GMT</pubDate> 
	<dc:author>Rick Faircloth</dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6805</guid> 
</item>

<item>
	<title><![CDATA[Problems with Code not working after jQuery Post ]]></title> 
	<description><![CDATA[This says,<br>
	<br>
	$('img.deleteBullet1').click<br>
	<br>
	Find all the images with class deleteBullet1 and listen for a click<br>
	event AT THE TIME I AM RUNNING.<br>
	<br>
	(Sorry to yell- but it's an important distinction. ;)<br>
	<br>
	If you want to ensure it gets images added to <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6804"  title="JQuery: Problems with Code not working after jQuery Post.">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2012 12:57:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6804</guid> 
</item>

<item>
	<title><![CDATA[Problems with Code not working after jQuery Post ]]></title> 
	<description><![CDATA[Hi Folks - <br>
	<br>
	I am having a problem with some code, and I not sure what the heck is happening.<br>
	<br>
	I have a web page, in the HEAD it loads in the jQuery code, and then it loads in my particular functions for hopefully editing certain information, but <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6803"  title="JQuery: Problems with Code not working after jQuery Post.">more</A>]]]></description> 
	<pubDate>Mon, 25 Jun 2012 12:47:00 GMT</pubDate> 
	<dc:author>Doug Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6803</guid> 
</item>

<item>
	<title><![CDATA[Bind Value to textbox]]></title> 
	<description><![CDATA[Solved with:<br>
	<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$('#partdescription').val(ui.item.partdescription<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6747"  title="JQuery: Bind Value to textbox">more</A>]]]></description> 
	<pubDate>Mon, 20 Feb 2012 01:38:00 GMT</pubDate> 
	<dc:author>Adam Parker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6747</guid> 
</item>

<item>
	<title><![CDATA[Bind Value to textbox]]></title> 
	<description><![CDATA[I have created a form where users input a part number and jQuery autosuggest pulls a list of similar part numbers to finish the whole part number.&nbsp;&nbsp;What I am trying to do is have a readonly textbox populate the part description so the user can visually <BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6746"  title="JQuery: Bind Value to textbox">more</A>]]]></description> 
	<pubDate>Mon, 20 Feb 2012 12:08:00 GMT</pubDate> 
	<dc:author>Adam Parker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6746</guid> 
</item>

<item>
	<title><![CDATA[Create icon on device home screen for BlackBerry]]></title> 
	<description><![CDATA[It's worth a try. I believe Android followed Apple's lead in this case.<br>
	<br>
	On Mon, Jan 23, 2012 at 2:24 PM, Joshua Rowe &lt;joshua@nvisionweb.com&gt; wrote:<br>
	&gt;<br>
	&gt; Thanks, Raymond.  This is what I'm looking for.  Would setting this up for BlackBerry be similar<BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6745"  title="JQuery: Create icon on device home screen for BlackBerry">more</A>]]]></description> 
	<pubDate>Mon, 23 Jan 2012 03:26:00 GMT</pubDate> 
	<dc:author>Raymond Camden </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6745</guid> 
</item>

<item>
	<title><![CDATA[Create icon on device home screen for BlackBerry]]></title> 
	<description><![CDATA[Thanks, Raymond.&nbsp;&nbsp;This is what I'm looking for.&nbsp;&nbsp;Would setting this up for BlackBerry be similar?<br>
	<br>
	&gt; Yes, you can jQuery Mobile with PhoneGap.<br>
	&gt; As for the icon - did you try the standard iOS ones?<br>
	&gt; <A HREF="http://mobile.tutsplus.com/tutorials/iphone/">http://mobile.tutsplus.com/tutorials/iphone/</A><BR> [<A href="http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6744"  title="JQuery: Create icon on device home screen for BlackBerry">more</A>]]]></description> 
	<pubDate>Mon, 23 Jan 2012 03:24:00 GMT</pubDate> 
	<dc:author>Joshua Rowe </dc:author> 
	<guid>http://www.houseoffusion.com/groups/jquery/message.cfm/messageid:6744</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>Fri, 24 May 2013 11:05:14 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

