Plugins FAQ The difference types of plugins and its appliaction importance within the template

Jquery DEPENDENCY

jQuery is a lightweight, "write less, do more", JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.

jquery-ui-cust.js DEPENDENCY

jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library that you can use to build highly interactive web applications.

popper.js DEPENDENCY

Dependency for Bootstrap.js to relay and position popovers and tooltips.

bootstrap.js DEPENDENCY

Dependency for Bootstrap.js to relay and position popovers and tooltips.

app.navigation.js CORE

Is a simple jQuery plugin for creating accordion like menus for SmartAdmin WebApp.

ba-throttle-debounce.js CORE

Using jQuery throttle / debounce, you can pass a delay and function to $.debounce to get a new function, that when called repetitively, executes the original function just once per “bunch” of calls, effectively coalescing multiple sequential calls into a single execution at either the beginning or end.

jquery-snippets.js CORE

A number of useful snippets library that is used repeatedly throught the app.

app.core.js CORE

The entire app core, has a lot of useful functions, including saving/loading, mapping objects, data management, DOM cycles, page hight calculations, and many more.

bootbox EXTENSION

A small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing, or removing any of the required DOM elements or JavaScript event handlers.

waves.js EXTENSION

A tiny foundation for creating reactive components with interpolation, data-binding, and plugins.

SlimScroll EXTENSION

slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.

SmartPanels EXTENSION

Transforms your panel component into draggable, localstorage based component. Remembering position, collapse state, and color changes.

Pace.js RECOMMENDED

An automatic web page progress bar. Created using standalone javascript library.