Facebook并没有认定$ jQuery

时间:2016-06-15 05:51:06

标签: javascript jquery facebook google-chrome-extension

我一直在尝试编写一些自定义脚本并尝试将其注入Facebook但无法执行jQuery函数,我尝试了不同的方法;

第一种方法:

 <![EX[["Tried to get element with id of \"%s\" but it is not present on the page.","undefined"]]]>

但出现此错误

错误:

Using 'jQuery' instead of $

然后将其更改为

第二种方法:

jQuery is not defined

收到此错误

错误:

 jQuery.noConflict();

第3项方法:

 $.noConflict();

{{1}}

错误: 与上述两种方法相同

我应该怎样做才能使jQuery功能起作用?

在一些在线解决方案中看到人们建议从浏览器控制台更改上下文,但这不是解决方案,因为我们不能要求用户在使用实用程序/扩展/脚本之前更改上下文。

0 个答案:

没有答案