Skip to content

kevinJ045/Managerjs

Repository files navigation

Manager.js

Managerjs logo

Forks Stars Watchers

What is it?

Manager.js is a javascript library that lets you use
some modules that I thought are usefull for web developers.

This means Manager.js is an important Module to use in your
projects

Why should i use it?

  • It is simple to work with
  • It has a localStorage Manager
  • It has a cookie manager
  • It has a module manager
  • And a lot more usefull modules

How do I use it?

As i've told you before, Manager.js has a lot of modules,
so it must have been simple to use, that's why i
Made it soo easy to use it

Importing

<script src="/path/to/manager.js" type="application/javascript"></script>

Usage

  Manager.module();

Basic Modules

LSM/Local Storage Manager. visit LSM.js

  new Manager.LSM("name");

Time manager

  new Manager.TM();

require scripts

  Manager.require("/path/to/script.js");

extend functions to make them global

  Manager.extends(function,"functionName");

Compatibility

Manager.js is compatible with almost everywhere.
but it currently needs Jquery as a main executor,

Demo

There is a demo at this repo, open it and be sure to open the DevTools, also you can visit the Demo here,

Visit the wiki For more Info.

Thanks !!