Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.25 KB

README.rst

File metadata and controls

30 lines (19 loc) · 1.25 KB

Class.js - Class Based Inheritance

https://travis-ci.org/divio/classjs-plugins.png?branch=master

https://github.com/divio/classjs

Class.js is a JavaScript library for building class based object-oriented programms using JavaScript's prototypal inheritance. It strives to mimic classical class inheritance provided by other languages such as Python, Java or PHP. Its syntax is heavily inspired by MooTools's class implementation.

https://github.com/divio/classjs-plugins

Class.js plugins are aimed for professionals with extensive JavaScript knowledge. Each plugin follows a simplistic and a modular approach. All plugins have demos, tests and documentation regarding their options, methods, events and callbacks.

Documentation

Visit classjs.rtfd.org for a full documentation or go to the demo page to view the examples.
Please use github to report bugs or feature requests. Include a jsfiddle or equivalent example whenever possible.

License

Distributed under the BSD LICENSE.