Zoomooz is an easy-to-use jQuery plugin for making any web page element zoom.
Basically, just have a look at the examples and start hacking away.
For more information and usage, see: http://janne.aukia.com/zoomooz
There is an optional build process. Currently the only thing it does is that it merges and minifies Javascript files, so running it is not necessary.
- Download and install Node.js:
./configure
make
make install
-
Install npm (sudo with own risk if problems):
curl http://npmjs.org/install.sh | sh sudo chown -R $USER /usr/local/lib/node/ sudo chown -R $USER /usr/local/bin/
-
Install node-jake:
npm install jake
-
Install uglify-js:
npm install uglify-js
jake