I a trying to download file when user click on "download like".I found this link .it open file.Not start download file automatically. Download File Using jQuery.\
$('a').click(function(e) {
e.preventDefault(); //stop the browser from following
window.location.href = 'http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css';
});
It should start download automatically .