how to add jquery to shopify

Solutions on MaxInterview for how to add jquery to shopify by the best coders in the world

showing results for - "how to add jquery to shopify"
Nele
27 Oct 2016
1<!-- Include jQuery in your theme.liquid file, between <head> tag  -->
2  
3  <head>
4    <script
5    src="https://code.jquery.com/jquery-3.4.1.js"
6    integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
7    crossorigin="anonymous">
8  	</script>  
9  </head>
10
similar questions
queries leading to this page
how to add jquery to shopify