🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Help Cursur is a lightweight jQuery plugin to draw a help cursor that is similar to tooltip, but mean to provide help message with handdrawn arrow.

cursor

Documentation

HelpCursor

A jquery plugin, to show handdrawn arrow and text as help

###How to use

$('.header-text').helpcursor({options}); 

Example

$('.header-text').helpcursor({ position: 'right', color: '#666666', msg: 'This is right help text, better keep it straight and short' }); 

###Available Options

Option Possible Value Default
position left, right, top, bottom left
color Hex color #333333
msg Any string Help Cursor text

You May Also Like