mikejmoran of Speak Creative
3/19/2019 - 7:45 PM

sw-jquery.js

wrap jquery

jQuery371(document).ready(function($){
  // var jQuery371 = $;   
   /*-----------------------------------------------------------------------------------*/
   /*replace this with whatever code that requires jQuery 3.7.1*/
   /*-----------------------------------------------------------------------------------*/


});
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script type="text/javascript">
  var jQuery371 = $.noConflict(true);
</script>

<!--custom script files using this jquery-->
<script src="/sitefiles/{{ Site.SiteId }}/js/min/helper-min.js?v={{ 'now' | DateFormat: 'uuuuMMddHHmmss', 'America/Chicago' }}"></script>