jQuery CDN Fallback


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script src="//code.jquery.com/jquery.min.js"></script>
  2. <script>window.jQuery || document.write("<script src='js/jquery.min.js'></script>")</script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.