Skip to content

Instantly share code, notes, and snippets.

@yunusga
Last active September 2, 2019 12:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yunusga/5d842724914b75f0492aef96f92a2b1f to your computer and use it in GitHub Desktop.
Save yunusga/5d842724914b75f0492aef96f92a2b1f to your computer and use it in GitHub Desktop.
Подключение jQuery с CDN Яндекса
<script src="https://yastatic.net/jquery/3.1.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.1.0.min.js"><\/script>')</script>
@Wegazz
Copy link

Wegazz commented Jun 14, 2019

Спасибо

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment