Minified.js is a client-side JavaScript library, comparable to jQuery and MooTools in scope. Its features include DOM manipulation, animation, events, cookies and HTTP requests
From the documentation:
•Tiny JavaScript framework (<4kb gzipped)
◦7-8 times smaller than jQuery or MooTools
◦allows even smaller builds using the Builder tool
•Complete Feature Set
◦Nearly all features that jQuery and MooTools have.
◦Some extra features that jQuery and/or MooTools do not have.
◦Flexible enough to make up for missing features
•No Magic
◦Aims to be predictable
◦Never changes built-ins, no polyfills, no emulated properties
◦Simple, clean API without surprises