DOM 要素を指すコーチ マークをテキスト メッセージとともに表示するためのシンプルな jQuery プラグイン (RaphaelJS に依存)
要素に単純な Coachy を作成します。
$ ( "#myButton" ) . coachy ( {
on : "mouseover" ,
off : "mouseout" ,
message : "If you click there you'll see" ,
} ) ;
インスタンス化時に開かれる要素に単純な Coachy を作成します。
$ ( "#myButton" ) . coachy ( {
message : "Welcome, click here to begin" ,
autoOpen : true ,
life : 5000
} ) ;