user2760303
0
Q:

how to import jquery modular


<head>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
 
2
<script type="module">
	import $ from "./jquery/src/jquery.js";
	$('#message').text('Hi from jQuery!');
</script>
0

New to Communities?

Join the community