/ Published in: JavaScript

URL: http://xbsoftware.com/blog/enjoyhint-3-0-adding-hints-tips-simple-never/
The new updated introduced auto scrolling to highlighted elements, possibility to hide 'next' and 'skip' buttons, add html markup in description, and more.
Expand |
Embed | Plain Text
Initialization and configuration: //initialize instance var enjoyhint_instance = new EnjoyHint({}); //simple config. //Only one step - highlighting(with description) "New" button //hide EnjoyHint after a click on the button. var enjoyhint_script_steps = [ { 'click .new_btn' : 'Click the "New" button to start creating your project' } ]; //set script config enjoyhint_instance.set(enjoyhint_script_steps); //run Enjoyhint script enjoyhint_instance.run();
Comments

You need to login to post a comment.
Enjoy Hits 3.0 is pretty cool. I just loved it. You can get the free version of app from App Even store. Get it from this link.