File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
code-dev/26-02-10/jquery-as-a-one-liner Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 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 : 16 px }
66 </ style >
77
88
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 {
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
You can’t perform that action at this time.
0 commit comments