A repository of over 1000 quality jQuery plugins

jQuery zoomooz

zoomooz is a jQuery Standalone / Widgets plugin.

Created by jaukia

An easy-to-use jQuery plugin for making zooming web pages.

Not what you're looking for? Click here to view more Standalone / Widgets jQuery plugins

Information

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://jaukia.github.io/zoomooz/

Building

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.

Setting up the build tools

  1. Download and install Node.js (npm should install automatically):

    http://nodejs.org/#download

  2. Install grunt and requirements for it:

    cd src
    npm install grunt
    grunt
    (install any missing requirements based on instructions)

Running the build

cd src
grunt


You might also like these other Standalone / Widgets jQuery Plugins

  • jquery-widget

    jQuery widget with JSX

  • Clipboard js

    A modern approach to copy text to clipboard

  • Medium Editor

    Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution