Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

simple tooltip


¡PIMG! - Lightweight Image Preview Plugin

jQuery PIMG (It stands for Preview Image).

PIMG is extremely lightweight and very easy to implement image preview plugin.

The plugin allows you to preview full sized images on hover of a thumbnail or you can give an image a custom attribute containing the SRC of the image to display.

If the 'title' attribute is present PIMG will display this title in a nice box below the image.

See demo fore more details.

Jquery Very Simple Tooltip

Jquery Very Simple Tooltip

Today, i am representing my own build jquery tooltip, it is very easy to use and build on very simple logic so that you can further modify its code. use it in your project for free, if you like it or have any suggestions / comments , or you have some idea to make it better, or you need some more fetures in it then pls just drop a comment in the same post.

Download : jQuery Tooltip Plugin

DEMO : Using separate div tag.
How to use

1) include jquery, and tooltip.jquery.js files in your web page.

2) Javascript

$(document).ready(function(){
$('.tooltip').tooltip();
});

Avilable Options with default values

To use multiple option you need to seprate every option from ",".