There is probably a CF error happening. If this happens, the ajax post does
not complete. If you have firebug, you can check the ajax response to see
what the CF error is.
-- Josh
----- Original Message -----
From: "cfdvlpr" <[EMAIL PROTECTED]>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Thursday, June 21, 2007 3:48 PM
Subject: [jQuery] Re: jEdible in place editor plugin
Thanks very much for that explanation. I had this in update.cfm:
<cfset session.cart[#id#].quantity = #value#>
And, I have an application.cfc file that calls my template.
I now have this in my update.cfm file so that the template is not
shoved into that div anymore:
<cfset request.useTemplate = false/>
<cfset session.cart[#id#].quantity = #value#>
#value#
However, instead of the new #value# showing up in the div, I just get
the indicator image spinning and spinning...