Javascript


All javascripts are placed in folder /js. In main.js file we implement all functions calls.
This theme uses following Javascript scripts:

  • 1. Media Sections
    2. Datepicker – I use this for calendar widget in blog sidebar.
    3. Gmaps
    4. Headroom – Plugin for navbar options, same is in Diana.
    5. Magnific Popup.
    6. Pagescroller – Onepager navigation.
    7. Owl Corusel – slider
    8. Isotope – gallery categories sorting.
    9. Select2 – overwrite a standard select.
    10. Slider Bootstrap – amount slider.
    11. Device.js – check what device we use.
    12. Appear.js – check a status of element(is in viewport or not)
    13. browser.js – check what browser we use
    14. snap.js – snap event on mobile device

jquery.appear

This plugin call function when element appear in viewport. This is used in custom animation, progress bars, counter timer.
Documentation: https://github.com/bas2k/jquery.appear/