bib
0
Q:

jquery cdn w3schools


<head>

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

</head>
 
1
<script
  src="https://code.jquery.com/jquery-3.4.1.js"
  integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
  crossorigin="anonymous"
></script>
3
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> 
0

<head>

<!-- Include meta tag to ensure proper rendering and touch 
	zooming -->
<meta name="viewport" content="width=device-width, 
	initial-scale=1">

<!-- Include jQuery Mobile stylesheets -->

	<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">

	
<!-- Include the jQuery library -->

	<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>

	
<!-- Include the jQuery Mobile library -->

	<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>


</head>
0

New to Communities?

Join the community