我出现了一个旧版本的jQuery。我怎么知道它是从哪里来的?

时间:2014-03-14 作者:forrest

我是WP的新手,所以我为这个非常基本的问题道歉,但我正在研究一个site 显示了较旧版本的jQuery。

下面是我放在标题中的jQuery引用,它出现在源代码的第20行:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
但在源代码的第39行,我看到了以下内容:

<script type=\'text/javascript\' src=\'http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js?ver=3.8.1\'></script>
我已经搜索了这些文件,但我看不到该引用来自何处。我需要摆脱它,因此可以使用一些指导来追踪它。谢谢

1 个回复
最合适的回答,由SO网友:Howdy_McGee 整理而成
        Is line 39 located in the `<header></header>`?
                        /       \\
                      Yes       No
                      /           \\
                  Remove it     Check `functions.php` 
                                look for `enqueue_script()`.
                                Found it?
                                /       \\
                              Yes       No
                             /            \\
                        Remove it       Disable All Plugins.
                                        Is it gone?
                                        /     \\
                                      Yes     No
                                      /         \\
                                  Remove it     Re-search all
                                                Template Files.
                                                Found it?
                                                /       \\
                                              Yes       No
                                              /           \\
                                          Remove it      You\'re SoL
结束