/helper-js

Outstanding useful javascript helper functions

Primary LanguageJavaScriptMIT LicenseMIT

About

helper.js is a minimal collection of outstanding useful javascript helper functions. helper.js is not intended to be an alternative for javascript frameworks like jQuery, prototype, etc. ...

API documentation

Development

Browser Compliance

Currently helper.js is tested with firefox-3 and chrome-12 only.

Tasks

The Rakefile contains the tasks for minifying the javascript as well as for generating the documentation. To run the tasks you have to use rake.

Definition of Done

  • every function should be off outstanding interest.
  • every function should be tested properly with unit and/or user acceptance tests
  • every function should be documented properly using JSDoc

Documentation

Documentation is done using JSDoc.

You can generate the documentation for offline usage with the command rake documentation.