JavaScript Structure

All JavaScript files are stored in source/assets/vendors/ folder. However, the final file core.js contains most of the vendor scripts. Here is a list of javascript files used in this template.

  • jquery.min.js jQuery is a Javascript library that greatly reduces the amount of code that you must write.
  • bootstrap.min.js Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
  • jquery.countdown.js Simple countdown script.
  • jquery.counterup Counter-Up is a lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.
  • selectFx.js Custom select script.
  • jquery.dlmenu.js The plugin that allows you to create multi-level drop down menu with subtle effects (sliding, fading, scale up, or scale down). Each sub-menu in this menu will be shown in its own context, making the “parent” level disappear, good for saving space for menus which have a lot of content.
  • gmap3.js Ultimate plugin to create and manage Google Maps with jQuery.
  • jquery.mousewheel.js A jQuery plugin that adds cross-browser mouse wheel support.
  • nanoScroller.js is a jQuery plugin that offers a simplistic way of implementing Mac OS X Lion-styled scrollbars for your website.
  • paper-core.js The Swiss Army Knife of Vector Graphics Scripting.
  • isotope.pkgd.min.js Filter & sort magical layouts.
  • progressbar.min.js Script for progress bars.
  • jquery.magnific-popup.min.js Magnific Popup is a responsive lightbox & dialog script with focus on performance and providing best experience for user with any device (for jQuery or Zepto.js)
  • simplex-noise.js A fast javascript implementation of simplex noise by Jonas Wagner
  • slick.js slick is a responsive carousel jQuery plugin that supports multiple breakpoints.
  • svg4everybody.js Adds support for svg spritemaps for outdated browsers.
  • init.js Most of the animation in this site is carried out from the customs scripts. There are a few functions worth looking over.

Was this page helpful?