2.0.1 • Published 1 year ago

includerjs v2.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Include HTML Files In HTML – Includer.js

Includer.js is a tiny JavaScript library that enables you to inject HTML content into the current page from external HTML files.

How to use it:

  1. Load the Includer.js library in the document.
<script src="https://unpkg.com/includerjs@2.0.1/dist/index.js"></script>
  1. Add the component to the page and specify the path to the external HTML files.
<include src="header.html"></include>
<include src="footer.html"></include>

Preview:

Image

2.0.1

1 year ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago