Quick setup
<script src="./smuvv.js"></script>
//then initailize it with default options, use "smuvvLink" class name on your links
<script>
smuvvInit();
</script>
- Download the file
- Include the <script src="./smuvv.js"></script> just before the closing </body> tag
- Within another <script> tag or .js linked to your page, initailize smuvvJs smuvvInit();