Hi there,
how can I change the jquery version in shopify? Thanks
Best Rgds,
frog
Hello Dear, @dartfrog
1: firs you can open this link then you can see the jQuery CDN – Latest Stable Versions in the below
Showing the latest version in the present time the latest version is jQuery 3.x
2: you can open the slim minified this is without uncompressed and faster
3: you can see the below image here in a script tag provide a link copy this link and paste the browser URL bar
4: You can select all the code 3.6.0 version which is open in your browser.
5: You can go to your Jquery -1.12.0.min.js section remove all code in this js file
6: then paste all the code in this file
7: then successfully change your jQuery version.
Thank You.
Dear Zworthkey,
Thanks for the answer. and is there any way to change the name of jquery file.
may I know where is the main page that calling this jquery file?
Best Rgds,
frog
Hii @dartfrog
if you successfully paste your new version jQuery code so don’t need to change the name because your file name is old but your file data is updated.
but if you want to change your file name so you can also do it but one thing know,
when you change your file name then also go to your index file and update that link where you added.
Thank you.