JavaScript
HTMLPLUS
elements are fully compatible with JavaScript. To utilize elements in your JavaScript application follow these steps.
Import
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.
Attributes
To set attribute.
Properties
To set property. All Standard JavaScript APIs are supported. Feel free to use them.
Events
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.