javascript - File is not a valid web archive error on downloading html as .doc -


i using jquery.wordexport.js , filesaver.js convert , export part of page word document. downloaded document gives "file not valid web archive" on office 2011 on mac. ideas issue might here?

it simple function , far can tell, no edits needed make plugin work.

$("#dat_save_download").click(function (event) {     $(".doc-margins").wordexport(); }) 

fiddle link


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -