Created
May 10, 2017 21:11
-
-
Save uhtred/df4a67189cb7c7e784e8b6c2422c7317 to your computer and use it in GitHub Desktop.
add download attribute to link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('a').filter('[href$=".csv"], [href$=".xls"], [href$=".xlsx"], [href$=".ods"], [href$=".pdf"], [href$="/file"]') | |
.attr('download', '') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment