Domanda

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.

È stato utile?

Soluzione

You cannot change the jQuery version as it is hardcoded by Volusion.

Altri suggerimenti

You can run multiple versions of jquery on a single page, I have to do it all the time on volusion sites.

Read this post from 4 years ago for http://blog.nemikor.com/2009/10/03/using-multiple-versions-of-jquery/

Hope it helps!

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top