/CJDom

This library provides bindings to Web APIs for CheerpJ 3

Primary LanguageJava

CJDom

This Java library provides access to the most common Web/DOM APIs for use with CheerpJ 3.

Use

To test this library, follow these steps:

- ./gradlew build
- Copy cjdom.js and cjdom.html to build/libs dir
- Run some http-server in that directory
- Go to http://localhost:8080/cjdom.html in your browser