按下按钮开始下载pdf文件

时间:2014-12-03 11:10:02

标签: jquery

我只想按一下按钮开始下载pdf文件。但在我这样做的过程中,浏览器总是打开文件。

<button id="target">Download</button>

$(document).on('click', '#target', function () {
    window.location.href = 'http://website.com/anything.pdf';
});

0 个答案:

没有答案