As Jason said, example code would help a lot, but here's a quick
guess: do you have "console.log(something)" anywhere in your
callback's code?  I often use console.log for debugging my code, and
if I forget to take it out afterward then my code breaks for anyone
without Firebug (because in their browser the variable "console"
doesn't exist).

Jeremy

On Sep 14, 11:30 am, John Lorance <[EMAIL PROTECTED]> wrote:
> Here's a strange one.. I have my application working perfectly using
> Firefox 2.x on Mac or Windows.. but then I noticed for users with
> Firefox w/o Firebug installed or when disabled, my callbacks don't get
> triggered.  I can verify that my Ajax calls to the server
> (sendXMLHttpRequest(request,
> queryString(params)).addCallback(mySampleCallBackFunction)) get sent;
> but the response never seems to trigger a callback... I find this
> problematic in IE 6 as well...
>
> Is there something obvious I am missing here?
>
> Cheers,
> John


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to