Advertisement
xcodinas

Untitled

Jan 2nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. var a = jQuery('<a/>', {
  2.                     'href': blob_url,
  3.                     'download': name
  4.                     }).appendTo('body').trigger('click').remove();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement