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.

tip


Poshy Tip

A full-featured tooltip plugin that allows creating stylish tooltips in a unique and easy way.

Please visit the home page for a quick introduction.

For support please use the dedicated forum here:

http://www.smartmenus.org/forum/

I will most probably not monitor the support system on this website (or at least not regularly).

Requires jQuery 1.4+

aToolTip

An easy to use, cross-browser compliant and lightweight tooltip plugin. It's also easy to customize with CSS.

As simple as:

$('a').aToolTip();
<a href="#" title="Hello, I am aToolTip">Link</a>

Actual tooltip looks like this:

<div class="aToolTip"> 
     <p class="aToolTipContent">Your tooltip content</p> 
</div>

jQuery Simple Ajax Message Plugin

jQuery Simple Ajax Message Plugin是一个功能非常简单的ajax消息提示插件。
jQuery Simple Ajax Message Plugin is a feature very simple plugin for ajax message.

jQuery niceTitle plugin

这个插件允许用户自定义漂亮的样式来替换a标签的默认title属性显示效果。
This plug-in allows users to customize a beautiful style to replace the default display of "a" tag's title attribute.

Hoverbox Tooltip

A simple tooltip which follows a cursor. CSS customizable and very lightweight.

Download the latest release.

Form suggestion and validation box in "Twitter style"

This plugins reproduces the same suggestion box style that you can see on Twitter signup page: https://twitter.com/signup

The usage is pretty simple. It shows a "tip" text when the input field is focused and a feedback when the validation passes or fails.

To perform the validation, it calls a user-defined function that, to finish the process, should fire a callback defined in the plugin.

For example, if we have this input field:

<input type="text" id="txtUsername" />

...we can set up the suggestion box to return an error only if there is no value:

$("#txtUsername").inputTip({
// Text displayed when the input passes the validation
goodText: "Ehi, it looks good!",
// Text displayed when the input doesn't pass the validation
badText: "Ouch, it looks empty!",
// Text displayed as a tip when the input field is focused
tipText: "Here, just input something",

Good Tip

This tooltip can get both inline content and also content from the title. It can also hook in six ways and also has customizable styling and wrapping options. Also, it can tack so it won't fade away right away. Good for menus and regular tips.

Use it.