0

Does anyone know how to update the version of jQuery being used on a Volusion site? Volusion runs a lot of ASP code that's server side so it's generated dynamically but currently they are running:

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

It's way outdated and preventing me from doing a lot of things. Just curious if anyone knows of a workaround since I can't find out how to edit it and Volusion support can't give me an answer. Thank you.

4

2 回答 2

2

您无法更改 jQuery 版本,因为它是由 Volusion 硬编码的。

于 2012-12-28T20:50:56.123 回答
2

您可以在一个页面上运行多个版本的 jquery,我必须在 volusion 网站上一直这样做。

阅读 4 年前的这篇文章http://blog.nemikor.com/2009/10/03/using-multiple-versions-of-jquery/

希望能帮助到你!

于 2013-03-27T19:29:24.273 回答