File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ it is a companion project of <https://htmx.org>
1212
1313``` html
1414
15- <script src =" https://unpkg.com/hyperscript.org@0.9.13 " ></script >
15+ <script src =" https://unpkg.com/hyperscript.org@0.9.14 " ></script >
1616
1717
1818<button _ =" on click toggle .clicked" >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: render - ///_hyperscript
88
99Note: if you want the template command, you must include the /dist/template.js file in addition to the hyperscript script
1010 ~~~ html
11- <script src =" https://unpkg.com/hyperscript.org@0.9.13 /dist/template.js" ></script >
11+ <script src =" https://unpkg.com/hyperscript.org@0.9.14 /dist/template.js" ></script >
1212 ~~~
1313
1414### Syntax
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ OK, let's get started with hyperscript!
123123Hyperscript is a dependency-free JavaScript library that can be included in a web page without any build step:
124124
125125 ~~~ html
126- <script src =" https://unpkg.com/hyperscript.org@0.9.13 " ></script >
126+ <script src =" https://unpkg.com/hyperscript.org@0.9.14 " ></script >
127127 ~~~
128128
129129If you are using a build step:
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Try me: press and hold</button></span>
6161</div >
6262
6363
64- <div style =" flex-basis : 100% ; text-align : center ;" ><span id =" install " ><strong >Install:</strong > <code style =" border : 2px dotted #00000055 ; margin : 0 10px ; padding : 4px 6px ; border-radius : 4px " >< ; script src="https://unpkg.com/hyperscript.org@0.9.13 "> ;< ; /script> ; </code >
64+ <div style =" flex-basis : 100% ; text-align : center ;" ><span id =" install " ><strong >Install:</strong > <code style =" border : 2px dotted #00000055 ; margin : 0 10px ; padding : 4px 6px ; border-radius : 4px " >< ; script src="https://unpkg.com/hyperscript.org@0.9.14 "> ;< ; /script> ; </code >
6565<button style="font: inherit ;font-size:.8em;background:#3465a4;color: white ;border: none ;padding: 0 .4em; border-radius: .4em" _ ="on click
6666 writeText(my previousElementSibling's innerText) on navigator.clipboard
6767 put 'copied!' into me
You can’t perform that action at this time.
0 commit comments