<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>CFgears - jQuery</title>
			<link>http://www.cfgears.com/index.cfm</link>
			<description>Eric Cobb&apos;s blog about ColdFusion, Railo, Mach-II, Web Development, and other things that make the CF Gears in my head turn.</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 10:07:56 -0500</pubDate>
			<lastBuildDate>Thu, 17 Jun 2010 09:56:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>ecobb@ecartech.com</managingEditor>
			<webMaster>ecobb@ecartech.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>ecobb@ecartech.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>ColdFusion debugging breaks jQuery AJAX calls</title>
				<link>http://www.cfgears.com/index.cfm/2010/6/17/ColdFusion-debugging-breaks-jQuery-AJAX-calls</link>
				<description>
				
				&lt;p&gt;
This may be a no-brainier for some, but I fought with it for about 2 hours yesterday so I wanted to make note of it in case it happened again.
&lt;/p&gt;&lt;p&gt;
I had a situation where my code worked correctly on my local development machine, but wouldn&apos;t work in our staging environment.  The exact problem was that I was using jQuery to call a CFC, which returned some JSON, and jQuery then populated a div with it.  Pretty basic stuff.  But for some reason, on our staging server jQuery encountered problems and would never populate the div, even though I could see in FireBug where the CFC call was returning the JSON correctly.  All code was identical in every comparison, and both sites were using the same database so the data was identical as well.  
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>jQuery</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 17 Jun 2010 09:56:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2010/6/17/ColdFusion-debugging-breaks-jQuery-AJAX-calls</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Using jQuery to disable submit button if no checkboxes are checked.</title>
				<link>http://www.cfgears.com/index.cfm/2009/11/29/Using-jQuery-to-disable-submit-button-if-no-checkboxes-are-checked</link>
				<description>
				
				&lt;p&gt;This post is really just an extension of a post by &lt;a href=&quot;http://charlie.griefer.com/blog/index.cfm/2009/8/14/jQuery--Accessing-Checked-Checkboxes&quot;&gt;Charlie Griefer&lt;/a&gt;.  He did all of the work, I just made a few modifications to it to fit my needs.  :-)  
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>jQuery</category>				
				
				<pubDate>Sun, 29 Nov 2009 14:13:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2009/11/29/Using-jQuery-to-disable-submit-button-if-no-checkboxes-are-checked</guid>
				
				
			</item>
			
		 	
			</channel></rss>