Skip to content

Opentaste/tiramisu

Repository files navigation

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());
});

Here are some highlights:

  • Modular philosophy;
  • Very small size (16Kb minified);
  • Chainable methods;
  • Task management (a.k.a. Callbacks scheduling);

Who we are

Lovers of the Javascript and the magic web!

The project was created by Leonardo Zizzamia, Gianluca Bargelli.

Resources

License

  • BSD