
Javascript Framework & Plugins
The JSU Framework is an extensible module-based JavaScript framework aimed to convey builders new performance at hand, and ease the event course of by providing a variety of time-saving strategies for native objects, but in addition new objects that ease the coding course of for on a regular basis internet purposes, objects like Timers, Dictionaries, for validating consumer enter, customizable Password Strength Meters, Color conversions, and so forth.
This framework is completely different from the opposite JavaScript frameworks primarily as a result of it enhances coding expertise and never UI design.
Below are the Features :
Over 350 features and 15 new objects to suite virtually all of your wants.
Object-oriented and module-based design
Extensible (means that you can lengthen it with your individual modules)
Doesn’t use every other JS frameworks (it’s simply pure native JavaScript code)
Integrates with any JavaScript framework on the market
Native JS objects usually are not affected by this framework
Most strategies have a number of aliases so you possibly can name them the best way it is sensible to you
Supports technique chaining for instantiable modules, permitting you to put in writing much less and do extra
It was efficiently examined on most main browsers (verify the checklist beneath)
Vast API documentation for the framework and all modules (PDF information for every one), stuffed with examples for every technique
Plugins List
ZJSU – the core of the framework
ZJSU. – new array enhancements
ZJSU.String – new string manipulation strategies
ZJSU.Object – primary object checking features
ZJSU.Timer – a brand new simpler manner of timing issues in JavaScript!
ZJSU.Validation – numerous validation strategies for all of your wants
ZJSU.Color – coloration conversion strategies for 12 coloration areas!
ZJSU.List – a does-it-all various to arrays
ZJSU.Dictionary – mimics associative arrays
ZJSU.Set – lists with mathematical strategies (intersection, union, and so on)
ZJSU.PassMeter – customizable password energy meter
ZJSU.URL – url manipulation strategies
ZJSU.Misc – different performance
How To Use This Framework
Before beginning to create your internet purposes, first embody the framework’s core module, after which every other module you would possibly want. Look on the following examples:
First together with the core module
<script kind=”textual content/javascript” src=”jsu.core.js”></script>
after which every other module you need:
<script kind=”textual content/javascript” src=”jsu.validation.js”></script>
<script kind=”textual content/javascript” src=”jsu.checklist.js”></script>
<script kind=”textual content/javascript” src=”jsu.coloration.js”></script>
and so forth. Excepting the core module (which must be the primary module included in your web page), the order through which you specify the opposite modules is as much as you, as a result of all of the modules are relying solely on the core module (there are not any modules that rely upon greater than the core module).
You can Check the entire documentation at this url : http://zincksoft.com/scriptdemo/zjsu2.zip