Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a jQuery plugin for help balloons for first time users of a site? [closed]

Something like "Click here to get started" or whatnot. I am planning to add a "tutorial" mode for a site and was wondering if there was a jquery or rails plugin for it already.

I have tried googling for tool tips but all i get are hover(or click) activated ones. You usually see these tool tips for flash games with tutorials(just an example), but is it possible with jquery?

like image 233
corroded Avatar asked Oct 12 '11 09:10

corroded


1 Answers

Try this, it is awesome !

  • http://tympanus.net/codrops/2010/12/21/website-tour/

and the demo :

  • http://tympanus.net/Development/WebsiteTour/
like image 198
Yukulelix Avatar answered Oct 20 '22 20:10

Yukulelix