HTMLPLUS elements are fully compatible with JavaScript. To utilize elements in your JavaScript application follow these steps.
You can utilize HTMLPLUS simply by adding a simple scirpt in your main html like this.
JavaScript modules via script tag just work on modern browsers. It's not compatible with some browsers click here to check compatibility.
To set attribute.
To set property. All Standard JavaScript APIs are supported. Feel free to use them.
To add event to elements you can use this format.
Most of events such as click and change, etc. are prereserved by explorers. To avoid conflict occuring you need to use plus- prefix.