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