guides.js ====== Guides.js is a lightweight javascript library for making guided website tours. It finds the element you want to highlight, creates a guide element using the html you specified in the configuration options and connects the guide and the highlighted element with an svg arrow. #Demo [http://ejulianova.github.io/guides/](http://ejulianova.github.io/guides/) #Getting started Once you have downloaded the source, simply include guides.css in the head of your page: ```html ... ``` and guides.js in your page scripts section. Make sure you include it after jquery: ```html ...