'Fixin jQ src urls;'

This commit is contained in:
Arkadiusz Hypki 2025-03-10 13:17:34 +01:00
parent dc92bc363d
commit ce4c3f5ff4
2 changed files with 14 additions and 1 deletions
03_Declarative_EventDriven

View File

@ -1,5 +1,9 @@
<html>
<header>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</header>
<body>
<h1 id="headerId">I'm Header</h1>
@ -21,6 +25,11 @@
</body>
<script>
$('#id2 tr:last').after('<tr><td>NEW</td><td>NEW</td></tr>');
a=7;
alert(a);
a='uehfuerh';
@ -34,7 +43,6 @@
alert($('table#id2 .e').html());
$('table#id2').append('<tr><td>NEW</td> </tr>');
</script>
</html>

View File

@ -1,5 +1,10 @@
<html>
<header>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</header>
<body>
<h1 class="mainh">Hi there!</h1>
<h1 class="sech">Hi there! 2222</h1>