Skip to content Skip to sidebar Skip to footer

Prototype's Ajax.request Not Working In Chrome

I am just doing a simple Ajax.Request call using the newest version of Prototype. It works fine in Firefox, Internet Explorer, and even Safari... but not in Chrome. Here is my co

Solution 1:

I just downloaded the latest version before I posted this. So it is 1.6.0.3 or whatever it is. Not sure why it would make a difference but it is CentOS, Lighttpd, PHP. It just returns some JSON.

Prototype though never fires the onLoaded event, so seems like it is stalling before it gets sent. The part that baffles me is no errors in the error log... and it works on Safari. I'd think since both are Webkit it would be the same in both.

Post a Comment for "Prototype's Ajax.request Not Working In Chrome"