News

IncludeJS is a simple way to easily include multiple HTML, CSS, or JavaScript files into your project using JavaScript! Similar to the PHP include () function, this does the same but using JavaScript.
Learn how to use different HTML elements and attributes to trigger JavaScript functions, and what are some common use cases and benefits of this technique.
Why? php's include function is incredibly useful for simple HTML templating. This library seeks to implement a similar functionality with just vanilla JavaScript.