Nadive Online Documentation

HG.JS Tutorial


HG.JS is a JavaScript library designed to simplify web development projects:

Easy to learn and easy to use.

Designed for fast application development.

Designed for all devices: PC, Tablet, and Mobile.


What Can HG.JS Do?

Below is a list of the some of the things HG.JS can do:


HG.JS Examples

At the end of the HG.JS tutorial, you can find more than 100 examples.

With our online editor, you can edit and test each example yourself.

Go to HG.JS Examples!


HG.JS References

In this tutorial you will also find a complete HG.JS reference about all functions and attributes.

HG.JS References


How To

HG.JS is very easy to use.

Just add a link to hg.js in your web page:

Example

            <script src="https://www.hgschools.com/lib/hg.js"></script>
        
Try It Yourself » With CSS »

Or download hg.js (Test) and add a link to the file:

Example

            <script src="hg.js"></script>
        
Try It Yourself » With CSS »