Socket
Book a DemoInstallSign in
Socket

jquery-tooltipster

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-tooltipster

A lightweight, flexible jQuery plugin enabling you to easily create semantic, modern tooltips enhanced with the power of CSS.

latest
npmnpm
Version
3.3.0
Version published
Weekly downloads
4.9K
5.36%
Maintainers
1
Weekly downloads
 
Created
Source

Tooltipster

A jQuery tooltip plugin by Caleb Jacob under MIT license.
Compatible with Mozilla Firefox, Google Chrome, IE8+ and others. Requires jQuery 1.7+

A reminder of options/methods lies below. For detailed documentation, visit http://iamceege.github.io/tooltipster/

Options

animation
arrow
arrowColor
autoClose
content
contentAsHTML
contentCloning
debug
delay
minWidth
maxWidth
functionInit
functionBefore
functionReady
functionAfter
hideOnClick
icon
iconCloning
iconDesktop
iconTheme
iconTouch
interactive
interactiveTolerance
multiple
offsetX
offsetY
onlyOne
position
positionTracker
positionTrackerCallback
restoration
speed
timer
theme
touchDevices
trigger
updateAnimation

Methods

$.fn.tooltipster('setDefaults', {})
$(...).tooltipster('show' [, callback])
$(...).tooltipster('hide' [, callback])
$(...).tooltipster('disable')
$(...).tooltipster('enable')
$(...).tooltipster('destroy')
$(...).tooltipster('content')
$(...).tooltipster('content', myNewContent)
$(...).tooltipster('option', optionName)
$(...).tooltipster('option', optionName, optionValue)
$(...).tooltipster('reposition')
$(...).tooltipster('elementTooltip')
$(...).tooltipster('elementIcon')

Keywords

tooltip

FAQs

Package last updated on 16 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts