What's Zreshk?

Zreshk is a tiny and lightweight javascript library which provides basic needs of web designers and developers.



Announcements:

18 Feb 2011 - Zreshk 1.0.2 released

zreshk Download3 Feb 2011 - Zreshk has been granted the Famous Software Award

   The Famous Software Award has been initiated by FamousWhy.com to recognize "Famous Software", which come up with innovative and efficient ways to reflect the best relationship with users assuring their satisfaction. Important criterias for this award:

- originality, creativity and vision;
- professional appearance and structure;
- flexibility through integration across multiple-platforms;
- leadership in the software sector.

How does this work?
Z(".clickme").click(
     function(){ Z(".giveback").fadeIn(); }
);

Get it (1.0.2)

zreshk.min.js 1,818 bytes

zreshk.full.js 9,618 bytes



Which one?

The minifid version is compacted for those who just want to use this library, not for developing.

Also the full source code is available for those who want to have zreshk with their changes.