Skip to content

rbravo/jquery.coachy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.Coachy - Coach Marks for your WebApplication

A simple jQuery plugin for showing coach marks pointing to DOM elements with a text message (depends on RaphaelJS)

Simple Usage

Create simple Coachy on an element:

    $("#myButton").coachy({
		            on: "mouseover",
		            off: "mouseout",
		            message: "If you click there you'll see",
		        });

AutoOpen with LifeTime

Create simple Coachy on an element that is opened upon instantiation:

    $("#myButton").coachy({
		            message: "Welcome, click here to begin",
					autoOpen: true,
					life: 5000
		        });

About

jQuery with RaphaelJS coach marks plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%