'Fixed jQ src url;'
This commit is contained in:
parent
839682c378
commit
dc92bc363d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user