Downloading jQuery Locally — a practical guide to download jQuery locally with clear examples you can reuse in real projects.
jQuery Tutorial Series (7/101). Prefer one article? Read the complete jQuery tutorial.
Short description
Keep the file versioned with your project; update intentionally.
Local script
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/app.js"></script>