Download List

Descripción del Proyecto

jQsimple-class is a small class declaration library for JavaScript. It allows you to easily declare classes and inherit from other classes, and lets you have constructors inline with your class declaration. It’s meant to let you quickly declare a class and easily extend others, then get completely out of your way.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-09-22 07:37
0.1.1

Esta versión añade soporte para el uso de jQsimple de clase como un módulo en CommonJS compatible con entornos de servidor de JavaScript (node.js es decir). Elimina componentes no utilizados de la versión independiente (la reducción de su tamaño minified de 9 KiB a 3 KB).
Tags: Stable, Feature Enhancements, cleanup
This release adds support for using jQsimple-class as a module in server-side CommonJS-compliant JavaScript environments (i.e. node.js). It removes unused components from the standalone version (reducing its minified size from 9 KiB to 3 KiB).

2010-09-18 07:09
0.1

Versión inicial.
Initial release.

Project Resources