clear
  • Introduction
  • HTML
  • Html Structure
    • Header
    • Left Side Menu
    • Right Side Menu
    • Main Content
      • Buttons
      • Font Icons
      • Progress Bars
      • Maps
      • Lock Screen
  • FAQ's
  • SCSS
  • CSS Files
  • Javascript Files
  • Plugins
  • Start New Page
    • Menu Bar Fold
    • Boxed and Moveable Header
    • Moveable Header
    • Boxed and Fixed Header
    • Fixed Header and Menu
  • Vue Version
    • Basic Installation
      • Clear 1.7 installation
    • Basic Structure
      • Layout structure
      • Leftmenu structure
      • Start New Page
      • Changing layouts
  • Changing Color Scheme
  • Laravel Spark Skin
    • Spark Installation
    • Using .vue files
    • Adding External Plugins
  • Laravel Version
    • Changing skin
    • Changing Layouts
Powered by GitBook
On this page

Was this helpful?

Javascript Files

Js files are located in the folder js/. They are:-

  • jquery.min.js

  • jquery-ui.min.js

  • bootstrap.min.js

  • raphael-min.js

  • metisMenu.js

  • jquery.nicescroll.min.js

  • holder.min.js

  • bootstrap-switch.min.js

  • leftmenu.js

  • rightside_bar.js

The above files are further combined into a single file called app.js and it can be found in destination directory(js/) which is done with the help of gulp.

app.js is placed in all pages. And also every page has its own js file which can be found in src/js/pages/.

PreviousCSS FilesNextPlugins

Last updated 5 years ago

Was this helpful?