Skip to content

Commit 4d66cc4

Browse files
save file
1 parent b96764d commit 4d66cc4

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

code-dev/26-02-10/jquery-as-a-one-liner/jquery-as-a-one-liner.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<style>
33
body {display:flex;flex-direction:column;gap:20px}
44
div {border:1px solid lightgray;padding:10px}
5-
links {display:flex;flex-direction:column;gap:10px}
5+
#links {display:flex;flex-direction:column;gap:10px;font-family:monospace;font-size:16px}
66
</style>
77

88

@@ -22,7 +22,12 @@ <h2>
2222
</a>
2323
</div>
2424

25-
<div id=test></div>
25+
26+
<hr>
27+
28+
<div id=test>
29+
test
30+
</div>
2631

2732
<script>
2833
{
@@ -49,8 +54,11 @@ <h2>
4954
</script>
5055

5156

57+
<hr>
58+
5259

5360
<div id=test2>
61+
test2
5462
<h3>test</h3>
5563
</div>
5664

@@ -71,7 +79,11 @@ <h3>test</h3>
7179
</script>
7280

7381

82+
<hr>
83+
84+
7485
<div id=test3>
86+
test3
7587
<h3>test3</h3>
7688
</div>
7789

@@ -199,9 +211,11 @@ <h3>test3</h3>
199211
</script>
200212

201213

214+
<hr>
202215

203216

204217
<div id=test4>
218+
test4
205219
<h3>test4</h3>
206220
</div>
207221

@@ -232,7 +246,8 @@ <h3>test4</h3>
232246
$2().txt='hello';
233247

234248
let $3 = $2.new($2());
235-
debugger;
249+
250+
debugger;
236251
$3().txt='bye2';
237252

238253

0 commit comments

Comments
 (0)