Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
Tooltipster
2
===========
3
 
4
A jQuery tooltip plugin by Caleb Jacob under MIT license.
5
Compatible with Mozilla Firefox, Google Chrome, IE8+ and others. Requires jQuery 1.7+
6
 
7
A reminder of options/methods lies below. For detailed documentation, visit http://iamceege.github.io/tooltipster/
8
 
9
Options
10
-------------------------
11
 
12
animation
13
arrow
14
arrowColor
15
autoClose
16
content
17
contentAsHTML
18
contentCloning
19
debug
20
delay
21
minWidth
22
maxWidth
23
functionInit
24
functionBefore
25
functionReady
26
functionAfter
27
hideOnClick
28
icon
29
iconCloning
30
iconDesktop
31
iconTheme
32
iconTouch
33
interactive
34
interactiveTolerance
35
multiple
36
offsetX
37
offsetY
38
onlyOne
39
position
40
positionTracker
41
positionTrackerCallback
42
restoration
43
speed
44
timer
45
theme
46
touchDevices
47
trigger
48
updateAnimation
49
 
50
Methods
51
-------------------------
52
 
53
$.fn.tooltipster('setDefaults', {})
54
$(...).tooltipster('show' [, callback])
55
$(...).tooltipster('hide' [, callback])
56
$(...).tooltipster('disable')
57
$(...).tooltipster('enable')
58
$(...).tooltipster('destroy')
59
$(...).tooltipster('content')
60
$(...).tooltipster('content', myNewContent)
61
$(...).tooltipster('option', optionName)
62
$(...).tooltipster('option', optionName, optionValue)
63
$(...).tooltipster('reposition')
64
$(...).tooltipster('elementTooltip')
65
$(...).tooltipster('elementIcon')