Skip to content

Commit

Permalink
Merge branch 'dev' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed Dec 30, 2013
2 parents bf1808f + 3a66444 commit fb2e647
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,55 @@ Tooltipster

A jQuery tooltip plugin by Caleb Jacob under MIT license.

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

Options
-------------------------

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

Methods
-------------------------

$.fn.tooltipster('setDefaults', {})
$(...).tooltipster('show')
$(...).tooltipster('hide')
$(...).tooltipster('disable')
$(...).tooltipster('enable')
$(...).tooltipster('destroy')
$(...).tooltipster('content')
$(...).tooltipster('content', myNewContent)
$(...).tooltipster('reposition')
$(...).tooltipster('elementTooltip')
$(...).tooltipster('elementIcon')
$.fn.tooltipster('setDefaults', {})
$(...).tooltipster('show')
$(...).tooltipster('hide')
$(...).tooltipster('disable')
$(...).tooltipster('enable')
$(...).tooltipster('destroy')
$(...).tooltipster('content')
$(...).tooltipster('content', myNewContent)
$(...).tooltipster('reposition')
$(...).tooltipster('elementTooltip')
$(...).tooltipster('elementIcon')

0 comments on commit fb2e647

Please sign in to comment.