For what it's worth - I use a responsive design that has sliders on the home page. On that page is the following line of code: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> It was recommended that I use the latest version, which I believe is 3.4.1. List of versions can be found here: https://code.jquery.com/jquery/
I assume that by CDN dbdave is referring to what in my example is ajax.googleapis.com but am not sure.
quote:A content delivery network or content distribution network is a geographically distributed network of proxy servers and their data centers. The goal is to provide high availability and high performance by distributing the service spatially relative to end-users. Wikipedia
You might want to load from a CDN versus having the code on your own server and loading from there. There are arguments for doing it one way versus the other.
I updated <script src="js/jquery-1.9.1.min.js"></script> to <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
Hi Jimhuang You can't just switch from jQuery 1.x to jQuery 3.x I'm afraid without getting errors. There is something called jQuery Migrate which can solve this and it's explained here... https://www.learningjquery.com/2020/11/what-is-jquery-migrate
In the latest versions of the templates we've removed the dependence on jQuery for reasons such as these.
Hi Jim No, we don't have a template only but the Replacement Software product is so cheap that it's not really much more than just a template would be anyway.