jQuery Tooltip plugin that extends OpenTip.
- install:
npm install thann/jq-opentip - html:
<tag tooltip="insert tooltip text here" /> - js:
$('[tooltip]').Opentip({targetJoint: 'right'})
Official Options: http://www.opentip.org/documentation.html
Extra options:
- hideOnBodyClick: true
- scrollReposition: true
- content: // override content with a string or function.