_hyperscript

WebJar for _hyperscript

License

License

BSD 2-Clause
GroupId

GroupId

org.webjars.bowergithub.bigskysoftware
ArtifactId

ArtifactId

_hyperscript
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

_hyperscript
WebJar for _hyperscript
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/bigskysoftware/_hyperscript

Download _hyperscript

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.bigskysoftware/_hyperscript/ -->
<dependency>
    <groupId>org.webjars.bowergithub.bigskysoftware</groupId>
    <artifactId>_hyperscript</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.bigskysoftware/_hyperscript/
implementation 'org.webjars.bowergithub.bigskysoftware:_hyperscript:0.0.8'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.bigskysoftware/_hyperscript/
implementation ("org.webjars.bowergithub.bigskysoftware:_hyperscript:0.0.8")
'org.webjars.bowergithub.bigskysoftware:_hyperscript:jar:0.0.8'
<dependency org="org.webjars.bowergithub.bigskysoftware" name="_hyperscript" rev="0.0.8">
  <artifact name="_hyperscript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.bigskysoftware', module='_hyperscript', version='0.0.8')
)
libraryDependencies += "org.webjars.bowergithub.bigskysoftware" % "_hyperscript" % "0.0.8"
[org.webjars.bowergithub.bigskysoftware/_hyperscript "0.0.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

//_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.0.9"></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 write code, including tests, in ES5 for IE 11 compatibility
  • please include test cases in /test and docs in /www
  • development pull requests should be against the dev branch, docs fixes can be made directly against master
org.webjars.bowergithub.bigskysoftware

Big Sky Software

We find hot new industry trends & then do the opposite of that...

Versions

Version
0.0.8