Edit

How we can get jQuery?

We can get jQuery using two ways.

1. You can dowload jQuery library from this link jQuery Library and include it into your HTML file.
2. You can also include jQuery library into your HTML code directly from Content Delivery Network (CDN) such as following link is jQuery CDN link.

CDN link is Here.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>