Skip to content

Commit 3efdaa1

Browse files
save file
1 parent dbe3b13 commit 3efdaa1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11

22
<style>
3+
body {display:flex;flex-direction:column;gap:20px}
34
div {border:1px solid lightgray;padding:10px}
5+
links {display:flex;flex-direction:column;gap:10px}
46
</style>
57

8+
9+
<h2>
10+
jQuery as a one liner
11+
</h2>
12+
13+
<div id=links>
14+
<a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/construct'>
15+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/construct
16+
</a>
17+
<a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty' target=_blank>
18+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty
19+
</a>
20+
</div>
21+
622
<div id=test></div>
723

824
<script>
@@ -30,6 +46,7 @@
3046
</script>
3147

3248

49+
3350
<div id=test2>
3451
<h3>test</h3>
3552
</div>

0 commit comments

Comments
 (0)