Introduction
Overview
Hubble uses a number of JavaScript
"modules: for some of the components like dropdowns, carousel, popovers etc...
You can inspect each component individually via the source files.
Each source file holds a single component and in almost all cases a single module (Some contain modules that are used exclusively internally.)
Hubble also come with its very own helper library (HelperJS) which serves as a utility library very much similar so something like jQuery (but much much smaller).
Hubble's JavaScript
components are modularized via a module loader.
No JavaScript
code is held in the global namespace except of the Hubble
module.
Hubble is 100%
JavaScript
Dependency free (nojQuery
) - It's Vanilla JavaScript helping keep your project as slim as possible.