jquery - Javascript file download in Firefox -


i have tried download file using jquery :

window.location.href = "docs/earesponseesomar-28.docx"; 

it working in chrome not in firefox. google didnt find satisfing answer. how pragmatically give download link work in every browser? should done?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -