Skip to content

sanjeevpraja/HelpCursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published