Skip to content
atk edited this page Jun 17, 2011 · 4 revisions

tinyjs

tiny.js is a tiny* yet somewhat complete** JS toolkit featuring Selectors, Methods, Events, Helpers and Networking. Since it is very easily extendable, there are also some additional Plugins.

*: "tiny" in this case means about 21kb well commented and less than 4kb minified/gzipped.

**: "complete" in the meaning of containing most of the tasks I use JS for. Compared to jQuery, only some Manipulation Methods and all Effects are missing; both could be added as plugin.

Compatibility

  • Microsoft Internet Explorer 6 - 9
  • Mozilla Firefox 3.5 - 5
  • Opera 9 - 11
  • Safari 3 - 5
  • Chrome 3 - 12

Some of this stuff will fail in Quirks Mode. Use a DOCTYPE, please.

License

tinyjs is released under the terms of the LGPL2. Other licenses could be arranged on agreement.

Support

The Toolkit is shipped as is, meaning I cannot provide professional support or take any responsibility for its use. However, I will answer questions regarding this project.

Clone this wiki locally