jquery fileDownload library, done event never called -
i use filedownload calling excel export page. works download. "done" event never called.
$.filedownload('exportexcel.aspx') .done(function () { alert('file download success!'); }) .fail(function () { alert('file download failed!'); });
Comments
Post a Comment