Tooltip is a good way to show extra information when user hovers the cursor over an element. The “hover box” will appear when the mouse hover in, and disappear when the mouse hover out.
If the tooltip is being used appropriately, it can improve our site’s user friendly level, and also save us a lot of spaces. Today, we are going to see 15 jQuery plugins to create an user friendly tooltip.
qTip is an advance tooltip plugin which provides tonnes of features like rounded corners and speech bubble tips.

This tooltip plugin can contains any HTML element such as links, table, forms, and images. Implementing this plugin is very easy. The default effects are sliceup and toogle. However, you can easily build your own effects.

Simpletip allows you to create tooltips with ease on any element on the page using the power of jQuery’s selectors and event management. The tooltips can be static, dynamic, or even loaded through AJAX with a variety of different visual effects.

jQuery (mb)Tooltip is a beautiful alternative tooltip which is depended on jQuery timers and dropshadow plugins. It has a lot of options for different needs.
It is flexible enough to customize the look and feel without requiring the bloat of any CSS or images. Hover targets should be mapped to their content counterparts by convention.

It provides an automatic box hint in the right side of an input, when focus on that input, and disappear when focus go (blur).

Inline HTML Tooltip lets you define rich HTML tooltips that are embedded directly inside your webpage and that appear when the mouse rolls over links on your page. The tooltip appears directly beneath the anchor link, and adjusts its position dynamically based on whether the mouse is too close to the window’s edges.

With the Orbital Tooltip you can choose to position the tooltip on any object in a 360 degrees around it.

Tipsy is a jQuery for creating a Facebook-like tooltips effect based on an anchor tag’s title attribute.

The clueTip plugin allows you to easily show a fancy tooltip when the user’s mouse hovers over (or, optionally, clicks on) any element you designate in your script.

jTip pulls content into a tool tip using the HttpXMLRequest object. By adding a class attribute value of “jTip” to a link element you can create a tooltip from the content found in the file the href is pointing too.

BeautyTips is a simple-to-use balloon-help style tootip plugin. Any element on the page can be set to show a talk-balloon containing any text or HTML on hover, click, or any bindable event.

The hovertip plugin is quite flexible. With a little javascript, you can customize which nodes become the tooltips and which targets activate them.
BetterTip is a plugin for the JQuery library that allows you to create custom tool tips. It is based on Cody Lindley’s jTip, but it is much more flexible.

The jQuery Tooltip Plugin allows you to easily create tooltips with ajax content.

分享到:
相关推荐
Bootstrap 和 jQuery 插件在网页开发中扮演着重要的角色,它们极大地丰富了用户界面和交互体验。Bootstrap 是一个流行的前端框架,提供了响应式布局、移动设备优先的设计理念,以及一系列预设的CSS、JavaScript组件...
**jQuery插件详解** jQuery,一个轻量级、高性能的JavaScript库,因其简洁的API和强大的功能而广受开发者喜爱。jQuery插件是这个库的一个重要组成部分,它们扩展了jQuery的核心功能,使得开发者能够轻松实现复杂的...
After this, you will learn how events and animations can be used to create and design beautiful and user-friendly sites. Next, you will be familiarized with Ajax functions to help you send and ...
### jQuery Plugins (jQuery 插件36计) PDF #### 关于本书 本书是一本针对前端开发者关于jQuery插件的指南书,其中精选了36个实用的jQuery插件供开发人员参考使用。每个插件都附有详细的属性、参数说明以及具体的...
<script src="path/to/jquery.js"> <script src="path/to/bxslider.min.js"> .bxslider { width: 100%; } <li><img src="image1.jpg" alt="Image 1"> <li><img src="image2.jpg" alt="Image 2"> ...
With “Responsive Web Design with jQuery”, you will learn to create responsive websites quickly by using CSS3 and the incredible jQuery plugins. You will also learn to save your time by tailoring ...
By the end of the book, you will be able to successfully create a fully featured and efficient single page web application and leverage all the new features of jQuery 3.0 effectively. Style and ...
Use jQuery UI to create rich and fluid user experiences Use rich interactions such as drag and drop, sortable data and touch sensitivity Use jQuery Mobile to create touch-enabled interfaces for ...
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
标题 "10 jQuery Plugins and Techniques for Doing More with Images" 提示我们这是一篇关于使用jQuery扩展图片功能的文章,其中可能涵盖了各种插件和技术。在Web开发中,jQuery是一个广泛使用的JavaScript库,它...
【标题】:“长时间收集的jQuery Plugins(自己稍重写了demo)” 这个压缩包文件的标题表明,它包含了一组经过作者个人整理和修改的jQuery插件。jQuery是一个广泛使用的JavaScript库,它简化了HTML文档遍历、事件...