<script src="js/jQuery/jquery-3.5.1.min.js"></script><script src="js/libs/jquery.appear.min.js"></script><script src="js/libs/jquery.mousewheel.min.js"></script><script src="js/libs/perfect-scrollbar.min.js"></script><script src="js/libs/imagesloaded.pkgd.min.js"></script><script src="js/libs/material.min.js"></script><script src="js/libs/selectize.min.js"></script><script src="js/libs/swiper.jquery.min.js"></script><script src="js/libs/moment.min.js"></script><script src="js/libs/daterangepicker.min.js"></script><script src="js/libs/fullcalendar.min.js"></script><script src="js/libs/isotope.pkgd.min.js"></script><script src="js/libs/ajax-pagination.min.js"></script><script src="js/libs/Chart.min.js"></script><script src="js/libs/chartjs-plugin-deferred.min.js"></script><script src="js/libs/circle-progress.min.js"></script><script src="js/libs/loader.min.js"></script><script src="js/libs/run-chart.min.js"></script><script src="js/libs/jquery.magnific-popup.min.js"></script><script defer src="js/libs/jquery.gifplayer.min.js"></script><script defer src="js/libs/mediaelement-and-player.min.js"></script><script defer src="js/libs/mediaelement-playlist-plugin.min.js"></script><script defer src="js/libs/ion.rangeSlider.min.js"></script><script src="js/libs/aos.min.js"></script><!-- JS library for Map Leaflet --><script src="js/libs/leaflet.min.js"></script><script src="js/libs/MarkerClusterGroup.min.js"></script><!-- ...end JS library for Map Leaflet --><script src="js/main.js"></script><script src="js/libs-init/libs-init.js"></script><script src="Bootstrap/dist/js/bootstrap.bundle.min.js"></script><!-- SVG icons loader --><script src="js/svg-loader.js"></script><!-- /SVG icons loader -->
- jquery-3.5.1.js - the latest version of the jQuery library connected to the template;
- jquery.appear.js - jQuery plugin for tracking element's appearance in the browser viewport
- jquery.mousewheel.js - A jQuery plugin that adds cross-browser mouse wheel support.
- perfect-scrollbar.js — script for custom scrollbar
- svgxuse.js - а simple polyfill that fetches external SVGs referenced in use elements when the browser itself fails to do so
- imagesloaded.pkgd.js - JavaScript is all like "You images have done yet or what?"
- Headroom.js — script for sticky header
- jquery.waypoints.js - You're looking for Waypoints.
- jquery.countTo.js - A jQuery plugin that will count up (or down) to a target number at a specified speed.
- popper.min.js — Script for tooltips
- material.min.js – script for animation and building form elements.
- bootstrap-select.js - Bootstrap-select requires jQuery v1.9.1+, Bootstrap’s dropdown.js component, and Bootstrap's CSS.
- smooth-scroll.js - A lightweight script to animate scrolling to anchor links
- selectize.js - Selectize is the hybrid of a textbox and <select> box. It's jQuery-based and it has autocompleted and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
- swiper.jquery.js — scripts for sliders.
- moment.js - Parse, validate, manipulate, and display dates in javascript.
- daterangepicker.js - JavaScript Date Range, Date and Time Picker Component
- fullcalendar.js - Full-sized drag & drop event calendar
- isotope.pkgd.js - Filter & sort magical layouts
- ajax-pagination.js — scripts for adding a content (load more)
- Chart.js - Simple, clean, and engaging charts for designers and developers
- chartjs-plugin-deferred.js - Chart.js plugin to defer initial chart updates
- jquery-circle-progress.js — script for building round progress bar
- loader.js - minimal, and the loader was mostly stolen from wycats.
- run-chart.js - Simple HTML5 Charts using the <canvas> tag
- jquery.magnific-popup.js - Light and responsive lightbox script with focus on performance.
- jquery.gifplayer.js - Customizable jquery plugin to play and stop animated gifs. Similar to 9gag's. Support for video formats
- mediaelement-and-player.js - HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud, and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.
- ion.rangeSlider.js – script for building Range Sliders
- aos.js — Animate on scroll library
- leaflet.js - Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps.
- MarkerClusterGroup.js - Marker Clustering plugin for Leaflet
- main.js – basic java scripts
- libs-init.js – initialization of main theme scripts
- bootstrap.bundle.js — plugin for the correct positioning of elements
SVG-icons
All the theme icons locate in the folder ..\js\svg-loader.js.
They can be added to every HTML-page with the help of the following script
<!-- SVG icons loader --><script src="js/svg-loader.js"></script><!-- /SVG icons loader -->
Each icon has a unique ID. To call and place any sprite icon in the content, you should use the layout, for example:
<svg class="olymp-three-dots-icon"><use xlink:href="#olymp-three-dots-icon"></use></svg>