🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Tooltips made with jQuery and css.This plugin is available with various options like position, speed and delay.

Plugins

Documentation

naoTooltips jQuery plugin


Tooltips made with jQuery.

naoTooltips

HTML Structure

    <div class="naoTooltip-wrap">         <span>Hover me! (right Tooltip)</span>          <div class="naoTooltip nt-right nt-small">             I'm an amazing tooltip! With a small size!         </div>     </div>

Plugin Usage

    $('.naoTooltip-wrap').naoTooltip({ speed: 200 });

Options

speed: 200 / 400 / 600 / 'slow' / 'fast'
This is the speed to hide and show the tooltip with the fade effect.
The default option is 400.

delay: { number }
This is the delay applied to show the tooltip.
If the mouse hover the naoTooltip-wrap for the specified delay then, the tooltip will show up.
The default option is 400.

Classes

  • naoTooltip-wrap
    Contains the content to be hovered and the tooltip.

  • naoTooltip
    Main class to specify the tooltip.

  • nt-right / nt-left / nt-top / nt-bottom / nt-right-top / nt-right-bottom / nt-left-top / nt-left-bottom / nt-top-left / nt-top-right/ nt-bottom-left / nt-bottom-right
    Controls the position where the tooltip will be displayed.
    Put at the same level as naoTooltip.

  • nt-small / nt-medium / nt-large
    Sets the size of the tooltip bubble.
    Put at the same level as naoTooltip.


You May Also Like