Skip to content

javierfigueroa/jquery.coachy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

$("#test").coachy({
	on: "custom",
	off: "mouseout",
	arrow: {
		x1: 345,
		y1: 100,
		x2: 50,
		y2: 50
	},
	message: "This is a coach message"
});

"on" is the event at wish your coach mark is supposed to activate, it's attached to the document element
"off" is the event applicable to the selector, when this event is triggered removes the coach mark
"x1, y1" tail of the arrow
"x2, y2" head of the arrow

About

jQuery with RaphaelJS coach marks plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published