👨‍🦱
Documentation
  • Welcome
  • Installation
  • Structure
  • CSS Files
  • Google Fonts
  • JS Libraries
  • Contact Form
Powered by GitBook
On this page

Was this helpful?

JS Libraries

These are the list of Javascript files that are loaded into templates in end of the Body Section.

<!-- JavaScript Libraries -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>

<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>

<!-- Template Javascript -->
<script src="js/main.js"></script>
PreviousGoogle FontsNextContact Form

Last updated 3 years ago

Was this helpful?