rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
595 stars 663 forks source link

Firefox download fix #13

Closed unconditional closed 9 years ago

unconditional commented 9 years ago

Current master/demo is not working in Firefox 38 - nothing happens when the page loads. I traced the JS a bit and found that the a element is created and then clicked successfully at the end of the tableToExcel() method, but the save file dialog won't appear. I tried appending the a to body prior to calling click() on it and it worked as expected.