Showing An Arrow Pointing To The Download Location In Your Browser – Arrow.js

Category: Javascript | October 29, 2015
Authorpbojinov
Last UpdateOctober 29, 2015
LicenseMIT
Tags
Views1,470 views
Showing An Arrow Pointing To The Download Location In Your Browser – Arrow.js

Arrow.js is a standalone JavaScript library for displaying an arrow pointing to the download location in your browser, as you seen on Mediafire.com. Currently works well on Chrome 4+, Firefox 3.5+, IE 8+, Edge (Windows 10) and Safari.

How to use it:

Download and include the Arrow.js script on the web page.

<script src="/path/to/arrow.js">

Show a download position indicator.

Arrow.show();

Auto dismiss after 5 seconds.

Arrow.show(5000);

You Might Be Interested In:


Leave a Reply