0.9.12 • Published 7 months ago

hyperscript.org v0.9.12

Weekly downloads
215
License
BSD 2-Clause
Repository
github
Last release
7 months ago

//_hyperscript

the underscore is silent

introduction

_hyperscript is a small, open scripting language inspired by hypertalk

it is a companion project of https://htmx.org

quickstart

<script src="https://unpkg.com/hyperscript.org@0.9.7"></script>


<button _="on click toggle .clicked">
  Toggle the "clicked" class on me
</button>


<div hs="on mouseOver toggle mouse-over on #foo">
</div>

<div data-hs="on click call aJavascriptFunction() then
              wait 10s then
              call anotherJavascriptFunction()">
           Do some stuff
</div>

website & docs

contributing

  • please include test cases in /test and docs in /www
    • you can run the test suite by viewing test/index.html in a browser.
  • development pull requests should be against the dev branch, docs fixes can be made directly against master
  • you can build _hyperscript as shown: npm run dist. building is not necessary during development to run tests.
0.9.12

7 months ago

0.9.9

10 months ago

0.9.10

9 months ago

0.9.11

9 months ago

0.9.8

1 year ago

0.9.7

2 years ago

0.9.6

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.5

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.8.4-beta.0

2 years ago

0.8.4-beta.3

2 years ago

0.8.4-beta.1

2 years ago

0.9.0

2 years ago

0.8.3

2 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.1.0

3 years ago

0.8.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.1-alpha4

4 years ago

0.0.1-alpha3

4 years ago

0.0.1-alpha2

4 years ago

0.0.1-alpha1

4 years ago

0.0.1-alpha0

4 years ago