ajax doesnt execute on chrome

Permalink
I built a form using the ajax_forms add-on from jordanlev (Awesome add-on btw) And the on _success script isn't executing in chrome. It works in Firefox and IE. I've cleared my cache (both browser and site). I'm stuck, anyone have any ideas?

GundlachMarketing
 
JohntheFish replied on at Permalink Reply
JohntheFish
As it works in Firefox and IE, one suspect is a browser setting somewhere. Maybe cross domain or other security. Maybe cookies or a cookie blocker.

Also have a look at the network tab of the developer console and see if the issue is the browser not sending the full ajax request.
GundlachMarketing replied on at Permalink Reply
GundlachMarketing
Nah, problem solved. It was only executing properly when logged in, because of the cache. Clear cache, solve problem.