• 15 jQuery Plugins To Create A User Friendly Tooltip


    [From http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/]

    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.

    1. qTip

    qTip is an advance tooltip plugin which provides tonnes of features like rounded corners and speech bubble tips.
    qtip

    2. jQuery Tools/Tooltips

    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.
    jquery-tools-tooltips

     

    3. Simpletip

    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.
    simpletip

    4. jQuery (mb)Tooltip

    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.

    5. EZPZ Tooltip

    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.
    ezpz-tooltip

    6. jQuery Input Floating Hint Box

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

    7. HTML Tooltip

    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.
    html-tooltip

    8. Orbital Tooltip

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

    9. Tipsy

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

    10. clueTip

    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.
    cluetip

    11. jTip

    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.
    jtip

    12. BeautyTips

    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.
    beautytips

    13. Hovertips

    The hovertip plugin is quite flexible. With a little javascript, you can customize which nodes become the tooltips and which targets activate them.

    14. BetterTip

    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.
    bettertip

    15. jqTooltip

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

  • 相关阅读:
    github上用golang写的项目
    golang项目:goa和micro
    lua远程调试,跨平台支持N多平台
    谈谈逆向android里面的so
    windows server 2016安装
    skynet记录7:第一个服务logger和第二个服务bootstrap
    skynet记录7:服务(c和lua)
    skynet记录6:定时器
    skynet记录5:框架综述
    skynet记录4:简单demo分析
  • 原文地址:https://www.cnblogs.com/jacobz/p/2314428.html
Copyright © 2020-2023  润新知