'Fixed jQ src url;'

This commit is contained in:
Arkadiusz Hypki 2025-03-10 13:09:26 +01:00
parent 839682c378
commit dc92bc363d

View File

@ -1,6 +1,6 @@
<html>
<head>
<script src="//code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" type="text/javascript"></script>
</head>
<body>
@ -22,7 +22,7 @@
<script type="text/javascript">
jQuery(document).ready(function($){
console.log('jQuery document loaded');
alert($('#id1').html('abababa'));
alert($('#id1').html());
});
</script>