Aba Docs
  • Getting Started
  • CUSTOMIZATION
    • Layout appearance
  • HTML Layout Structure
    • Aba Default
    • Aba - Top Navigation
    • Aba - Bottom Navigation
  • Template CSS/JS
    • Stylesheet
    • Scripts
  • Other
    • Fonts
    • Features
    • References
    • End of Doc
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Template CSS/JS

Scripts

JavaScripts / jQuery Files and Structure

Aba uses jQuery, Bootstrap JS framework(at its core) and some of the third-party plugins. There are may more third party plugin which you can use according to your needs. The css is already containing matching style for these plugins so you will not need to do anything around it. All JS Files are located in the js folder of the template. Here is the list of the JS files:

chart.js
Chart.bundle.min.js
Chart.min.js
chartJs-config.js
chartJs-config-chartsHTML.js
chartJs-config-index.js
chartJs-config-team.js
chartJs-config-v-project.js
DataTables
bootstrap.min.js
bootstrap-select.min.js
bootstrap-tour-config.js
bootstrap-tour-standalone.min.js
dragula.min.js
dragula-config.js
dropzone.js
fullcalendar.min.js
fullcalendar-calendar.js
fullcalendar-top-nav-config.js
jquery.mobile.min.js
jquery-3.4.1.min.js
jquery-jvectormap-2.0.3.min.js
jquery-jvectormap-config.js
jquery-jvectormap-world-mill-en.js
jquery-ui.min.js
moment.min.js
perfect-scrollbar-config.js
popper.js
script.js

JavaScript Files are placed at the bottom of the page just before closing the body:

All JavaScript are located in the js folder of the template and must be declared on all pages.

PreviousStylesheetNextFonts

Last updated 5 years ago

Was this helpful?