Shopify js
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" defer="defer"></script>
{{ '//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js' | script_tag }}
{{ '//code.jquery.com/jquery-migrate-3.2.1.js' | script_tag }}
{{ 'api.jquery.js' | shopify_asset_url | script_tag }}
{{ 'shop.js' | asset_url | script_tag }}
<script src="{{ 'jquery.main.js' | asset_url }}" defer></script>
=======
<script src="{{ '//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js' }}" defer="defer"></script>
<script src="{{ '//code.jquery.com/jquery-migrate-3.0.1.js' }}" defer="defer"></script>
<!--[if (gt IE 9)|!(IE)]><!--><script src="{{ 'lazysizes.js' | asset_url }}" async="async"></script><!--<![endif]-->
<!--[if lte IE 9]><script src="{{ 'lazysizes.min.js' | asset_url }}"></script><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><script src="{{ 'vendor.js' | asset_url }}" defer="defer"></script><!--<![endif]-->
<!--[if lte IE 9]><script src="{{ 'vendor.js' | asset_url }}"></script><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><script src="{{ 'theme.js' | asset_url }}" defer="defer"></script><!--<![endif]-->
<!--[if lte IE 9]><script src="{{ 'theme.js' | asset_url }}"></script><![endif]-->
<script type="text/javascript" src="{{ 'skrollr.min.js' | asset_url }}" defer></script>
<script src="{{ 'jquery.main.js' | asset_url }}" defer></script>
{{ settings.share_this }}
{{ content_for_header }}
{{ 'panda-swatches.css' | asset_url | stylesheet_tag }}
——— js tips js fixes
Изза наших кастом форм отображается скрытый селект в дебют теме
.jcf-select-no-js {
display: none !important;
}
https://www.culturefoundry.com/cultivate/technology/beyond-customized-shopify-and-javascript/
https://www.culturefoundry.com/cultivate/technology/beyond-customized-shopify-and-javascript-2