Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Javascript Help Framework? [closed]

Is there a Javascript framework that help my end-users to easily use a website?

A framework to become possible from a config file that I specify which buttons, div's ...etc need some information about how to easily use a site.

like image 785
Claudio Santos Avatar asked Sep 23 '26 15:09

Claudio Santos


1 Answers

Intro.js Is a good one, It's like a website tour framework, but has the same functionality as what you have described.

Better introductions for websites and features with a step-by-step guide for your projects.

  • Website: http://usablica.github.io/intro.js/

  • GitHub: https://github.com/usablica/intro.js

like image 66
iConnor Avatar answered Sep 25 '26 06:09

iConnor