It seems like adblock for Chrome is preventing jquery's $.load() command from being executed. I looked around the web a little and couldn't find anything about this. It doesn't seem to block other jquery, such as $.ajax. I threw a little message on the main page of my site to warn users, but I'd rather find a fix or workaround. Anyone heard of this problem before?

有帮助吗?

解决方案

Maybe what you're retreiving with .load() is injected in a div named publicity, advertising or something similar that get blocked by adblock.

其他提示

jQuery .load() is just shorthand for an Ajax load, so if Ajax is worknig but not .load(), it's probably something you did wrong.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top