Simply Fly JS
Simply Fly is a client side javascript library based on jQuery for manipulating DOM elements, array and strings.
How to add...
Simply Fly is dependent on jQuery, so first add jQuery to your page-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" ></script>Then add Simply Fly-
<script src="https://hqshiblu.github.io/simply-fly/js/simply-fly.js" ></script>or the minified version-
<script src="https://hqshiblu.github.io/simply-fly/js/simply-fly.min.js" ></script>