gentlemanjs

Ultralight JavaScript framework for small embeddable applications on websites


Keywords
framework
License
Apache-2.0
Install
bower install gentlemanjs

Documentation

Gentleman

Proof of concept: Light & easy JavaScript framework for small embeddable applications (sliders, tabs etc.) on websites

Idea

Many websites are using sliders, tabs and other small components based on jQuery. Often this components are using a small percent of jQuery capabilities.

I wanted to make some kind of "framework" for this "embeddable applications" which:

  • is very small - for now it's ~2KB for minified version
  • is easy to use - easy API and only functionality which is necessary for achieve goals
  • have some architecture - prevent writing some crazy and incomprehensible code and help make this components cleaner

Browser support

  • Chrome
  • Firefox
  • IE 9
  • Opera 11.60
  • Safari 5.1

To do

  • API documentation
  • Examples