Add script tag in shopify store, but it display $ is not defind.

Add script tag in shopify store, but it display $ is not defind.

sachiyablavant
Shopify Partner
29 0 3

I try to add script tag in shopify theme. i put jquery library in top of the my js file. without change liquid file code add js in theme.

 

var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
    eval(xmlhttp.responseText);
   js code here
}
xmlhttp.send();

 

But it work some time, not work every time. so please give proper solution.

Thank You

 

 

 

 

 

Replies 0 (0)