xxxxxxxxxx
// 1. Google CDN for jQuery
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
// 2. Microsoft CDN for jQuery
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.0.min.js"></script>
// 3. jQuery CDN for jQuery
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>