Geting started with DisplayJS

How to add

Add https://brunozhon.github.io/api/DisplayJS/display.min.js in a HTML page:

<html>
  <head><script src="https://brunozhon.github.io/api/DisplayJS/display.min.js"></script></head>
</html>
    

Using DisplayJS

How to create a webpage using DisplayJS in 3 steps:

Step 1

Add HTML or download a HTML template. Example:

Step 2

Add <script src="https://brunozhon.github.io/api/DisplayJS/display.min.js"></script> in the head element

Step 3 (THIS STEP IS MY FAVORITE!)

Add functions to your JavaScript!

Next >