Tiramisu version 0.2.8
Tiramisu is a tiny, modular and fast JavaScript Library which takes inspiration from the famous jQuery syntax:
tiramisu.get('h1').each(function() {
alert(h1.html());
});
- Modular philosophy;
- Very small size (16Kb minified);
- Chainable methods;
- Task management (a.k.a. Callbacks scheduling);
Lovers of the Javascript and the magic web!
The project was created by Leonardo Zizzamia, Gianluca Bargelli.
- BSD