+ 3
Sometimes jquery CDN is not work. what can i do?
3 Answers
+ 6
CalviŐ˛ in some countries Google's domain name is banned, e.g. Iran đ
I'd recommend using Microsoft's CDN for JQuery: https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview
Or use your own hosted JQuery library in the head, something like:
<script>
window.jQuery || document.write('<script type="text/javascript" src="http://your-own-domain.com/jquery-3.3.1.min.js"><\/script>');
</script>
+ 5
jQuery from CDN is always working.
0
copy jquery minified and paste in js file and attach on your end of html body