Javascript: Chrome is a lot more restrict
Today I ran into an issue where simple javascript would stop running for no apparent reason. I finally traced the problem down to where I was handling the response on a jquery.form callback: if (response.message instanceof Array) { var html = ""; for (var line in response.message) { html… Continue reading