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

JqueryDEPENDENCY

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.jsDEPENDENCY

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.jsDEPENDENCY

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

bootstrap.jsDEPENDENCY

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

app.navigation.jsCORE

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

ba-throttle-debounce.jsCORE

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.jsCORE

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

app.core.jsCORE

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.

bootboxEXTENSION

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.jsEXTENSION

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

SlimScrollEXTENSION

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.

SmartPanelsEXTENSION

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

Pace.jsRECOMMENDED

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