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.

tips


jQuery Inline Tips

jQuery Inline Tips

Give a tip in textarea or text input.
The tip will be shown while the value is empty.

TinyTips

TinyTips is a very lightweight jQuery tooltip plugin that allows you to add tooltips to any element on a page. Highly customizable and very easy to use. Only 1kb in size it is extremely lightweight and built to be a super fast solution in contrast to other complicated and bloated tooltip solutions.

simple tips

a simple tips for input control, tips use value property of input control to show, and auto show or hide when blur or focus the input control.

usage:
$(function() {
    $('#Description').tips({ text: 'some tips' });
});
download:

download jquery.tips.js

vTip: Lightweight Tooltips

vTip is designed to quickly provide very lightweight (0.7KB js, 0.2K CSS) tooltips to users of jQuery, for quick and appealing tooltips on any element.

<a href="http://www.vertigo-project.com" title="This is an example of a link tooltip." class="vtip">Link Tooltip</a>

<img src="http://www.vertigo-project.com/vertigo.png" title="This is an image!" class="vtip" />

<div class="vtip" title="This tooltip shows for the whole div!">This div has a tooltip.</div>

You can easily change their style by modifying the CSS, and can feel free to make any modifications you want. Demos and more available at http://www.vertigo-project.com/projects/vtip

qTips

qTips is a killer-simple one-line implementation of a tooltip effect. Using this you can easily attach multiple, highly customizable tooltips to any element within your document.