Javascript Structure

The general CSS structure is the same throughout the template. Here is the general Javascript structure of the template:

<!-- JS jquery-3.4.1.min -->
<script src="js/jquery-3.4.1.min.js"></script>

<!-- JS popper -->
<script src="js/popper/popper.min.js"></script>

<!-- JS bootstrap -->
<script src="js/bootstrap/bootstrap.min.js"></script>

<!--  JS owl-carousel-->
<script src="js/owl-carousel/owl.carousel.min.js"></script>

<!--  JS anime.min-->
<script src="js/anime.min.js"></script>

<!--  JS circle-progress.min-->
<script src="js/circle-progress.min.js"></script>

<!--  JS imagesloaded.pkgd.min-->
<script src="js/imagesloaded.pkgd.min.js"></script>

<!--  JS isotope.pkgd.min-->
<script src="js/isotope.pkgd.min.js"></script>

<!--  JS jquery.countTo-->
<script src="js/jquery.countTo.js"></script>

<!--  JS jquery.magnific-popup.min-->
<script src="js/jquery.magnific-popup.min.js"></script>

<!--  JS tox-progress-->
<script src="js/tox-progress.js"></script>

<!-- WOW JS FILES -->
<script src="js/wow.min.js"></script>

<!-- REVOLUTION JS FILES -->
<script src="rev-slider/js/rbtools.min.js"></script>
<script src="rev-slider/js/rs6.min.js"></script>
<script src="js/rev-custom.js"></script>

<!-- js custom-->
<script src="js/custom.js"></script>

Last updated