+ 3
How can i load jQuery
3 Respostas
+ 36
By adding this:
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
You can check for last versions of the jQuery framework in their website:
https://code.jquery.com/
+ 6
jQuery tutorial, very first section, "Getting started"
+ 4
Use the script CDN tag.