intro guide docs download about source Build only what you need, when you need it. $ ender -b qwery,klass,underscore Lightweight, expressive, familiar. $('#content .button') .bind('click.button', function (e) { e.preventDefault(); }) .css({ width: 10, color: 'red' }); $.map(['a', 'b', 'c'], function (letter) { return letter.toUpperCase(); }); // => ['A', 'B', 'C'] $.ajax('path/to/html', function