Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebjacob/tooltipster
A jQuery tooltip plugin
https://github.com/calebjacob/tooltipster
Last synced: 28 days ago
JSON representation
A jQuery tooltip plugin
- Host: GitHub
- URL: https://github.com/calebjacob/tooltipster
- Owner: calebjacob
- License: mit
- Created: 2012-08-02T07:03:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T20:21:38.000Z (about 4 years ago)
- Last Synced: 2024-10-12T05:02:56.086Z (about 1 month ago)
- Language: JavaScript
- Size: 2.36 MB
- Stars: 2,759
- Watchers: 111
- Forks: 480
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tooltipster
===========A flexible and extensible jQuery plugin for modern tooltips by Caleb Jacob and Louis Ameline under MIT license.
Compatible with Mozilla Firefox, Google Chrome, IE6+ and others.
Requires jQuery 1.10+ (or less, see the compatibility note in the doc).
Default css + js files = 10Kb gzipped.A reminder of options/methods lies below. For detailed documentation, visit http://calebjacob.github.io/tooltipster/
Standard options
----------------animation
animationDuration
content
contentAsHTML
contentCloning
debug
delay
delayTouch
functionInit
functionBefore
functionReady
functionAfter
functionFormat
IEmin
interactive
multiple
plugins
repositionOnScroll
restoration
selfDestruction
timer
theme
trackerInterval
trackOrigin
trackTooltip
trigger
triggerClose
triggerOpen
updateAnimation
zIndexOther options
-------------(these are available when you use sideTip, the default plugin)
arrow
distance
functionPosition
maxWidth
minIntersection
minWidth
side
viewportAwareInstance methods
----------------close([callback])
content([myNewContent])
destroy()
disable()
elementOrigin()
elementTooltip()
enable()
instance()
on, one, off, triggerHandler
open([callback])
option(optionName [, optionValue])
reposition()
status()Core methods
------------instances([selector || element])
instancesLatest()
on, one, off, triggerHandler
origins()
setDefaults({})Events
------after
before
close
closing
created
destroy
destroyed
dismissable
format
geometry
init
state
ready
reposition
repositioned
scroll
start
startcancel
startend
updatedsideTip events
--------------position
positionTest
positionTested