Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 486 Bytes

how_to_implement.rst

File metadata and controls

16 lines (10 loc) · 486 Bytes

How to implement

Download the production version of class.js (minified) and implement it in your html code.

For HTML5 use:

<script src="/path/class.js"></script>

For HTML and XHTML versions use:

<script type="text/javascript" src="/path/class.js"></script>

You will be able to call Class.version within your preferred browsers console if class.js is implemented or initialized correctly. Feel free to explore the source.