Browsing articles tagged with " plugin"
Jan
28

Zoomy – Magnification jQuery Plugin

By Vinod  //  All, Javascript  //  1 Comment

Zoomy is a quick and easy plugin that will zoom into a picture. You only need two copies of one image first the display image and then the zoom image. Most CMS systems save or create multiple sizes of an image so its easy to set up. Just link the zoom picture on the display picture, and tell the plugin to use that link when zooming. It takes only a little bit of scripting.

Jan
25

jRating – very flexible jQuery plugin

By Vinod  //  All, Javascript  //  No Comments

jRating is a very flexible jQuery plugin for quickly creating an Ajaxed star rating system. It is possible to configure every detail from” the number of the stars” to “if the stars can represent decimals or not”.

There is also an option to display small or big stars and images can be changed with any other file easily.

Although the plugin can be used with any scripting language, a PHP file that handles the requests is already included in the download package.

Jan
11

ImageView jQuery plugin

By Vinod  //  All, Javascript  //  1 Comment

jQuery plugin which can help you to create image viewing in your site more useful.

Jan
8

Contained Sticky Scroll – A jQuery Plugin

By Vinod  //  All, Javascript  //  1 Comment

The Contained Sticky Scroll plugin is designed to allow an element to stick to the top of the screen as page scrolls down, but without moving outside of the parent container.

For example, the sidebar to the right has been animated with the plugin. When you scroll down to read the different options that the plugin allows you to use, you will notice that the sidebar will actually stick to the top of the window until we scroll past the main content area and into the footer. Then the sticky scrolling will stop.

However, some users don’t like this kind of sticky scrolling, so the plugin also includes a feature that allows a user to turn off the sticky scrolling, causing the sidebar to flip back to its default position. Just click the circumflex(^) to trigger this

Dec
13

mobilymap – simple image into a functional map

By Vinod  //  All, Javascript  //  1 Comment

Lightweight (5KB), fully configurable jQuery plugin that converts an simple image into a functional map.

Nov
29

jQuery Plugin: rotate3Di – Flip HTML content in 3D

By Vinod  //  All, Javascript  //  1 Comment

Rotate3Di is a jQuery Effect Plugin that makes it possible to do an isometric 3D flip or 3D rotation of any HTML content. It also enables custom 3D rotation animations. CSS3 Transforms are used to create this visual “3D” isometric effect. Supported browsers are WebKit, Safari, Chrome, Firefox 3.5+, IE9 (Platform Preview 7+), and probably Opera. The plugin’s functionality includes: setting or animating HTML content to an arbitrary isometric rotation angle, as well as flipping, unflipping, or toggling the flip state of an object.

Nov
24

Slides – A Slideshow Plugin for jQuery

By Vinod  //  All, Gallery, Javascript  //  1 Comment

Slides is a crazy simple slideshow plugin for jQuery. It’s easy to implement, customize and style. What could be better? With features like looping, auto play, fade or slide transition effects, crossfading, image preloading, auto generated pagination, the list goes on.

Nov
22

Face detection – jQuery Plugin

By Vinod  //  All, Javascript  //  1 Comment

A jQuery plugin which detects faces in pictures and returns theirs coords. This plugin uses an algorithm by Liu Liu.

Nov
13

jDownload – A jQuery plugin to assist file downloads

By Vinod  //  All, Javascript  //  1 Comment

jDownload is a plugin built to assist file downloads and make the download experience more informative and user friendly.

jDownload is built on jQuery UI and displays a UI dialog with information on the downloadable file before asking the user to confirm the download.

Nov
12

Signature Pad – A jQuery plugin

By Vinod  //  All, Javascript  //  1 Comment

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.

The Signature Pad jQuery plugin will transform an HTML form into a signature pad. The Signature Pad has two modes: TypeIt and DrawIt. In TypeIt mode the user’s signature is automatically generated as HTML text, styled with @font-face, from the input field where they type their name. In DrawIt mode the user is able to draw their signature on the canvas element.

The drawn signature is written out to a hidden input field as a JSON array using JSON.strinify(). Since the signature is saved as JSON it can be submitted as part of the form and kept on file. Using the JSON array, the signature can then be regenerated into the canvas element for display.