Вопрос

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