bcToolTip

bcToolTip is a lightweight jQuery ToolTip plugin

Features

Future

Usage

Add this code before the </head>

<link rel="stylesheet" type="text/css" href="css/icon.sbm.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="js/bcToolTip.js"></script>
<script type="text/javascript">
    $(function(){
        $(".tip").bcToolTip();
    });
</script>

Samples

Default Settings

Hover to see tool tip

Link

 

Tooltip Baloon Position

Top Center

Bottom Center

Right middle

 

Not following the mouse

Hover to see tool tip

 

Download

You can download samples and source code from here

Source code here (7 kb)

Minified here (3 kb)

Packed here (3 kb)