Skip to content

kevinly1989/jQueryUnifiedExportFile

Repository files navigation

=======================

SUMMARY

A jQuery library which enables developers to export file by using jQuery. It includes 3 main features:

  • Export file from the server by three ways: Normal, Progress and ProgressBar.
  • Ability to calculate the elapsed time and show the progress bar(%) in ProgressBar way.
  • Ability to customize onSuccessCallBack and onFailCallBack functions in ProgressBar way.

REQUIREMENTS

In order to use this library, you must include jQuery 1.7.2 or higher version

UNIT TESTING

Tested OK on almost all browsers such as IE7+, Opera, Firefox, Google Chrome, Safari

SAMPLES

Here's example code:

   <script src="/Scripts/jquery-1.7.2.min.js"></script>
   <script src="/Scripts/jquery-unified-export-file-1.0.min.js"></script>
   <script type="text/javascript">
       $(function () {
          $.UnifiedExportFile({ action: '/', data: { IsExportExcel: true }, downloadType: 'Progress', ajaxLoadingSelector: '#loading' });
       });
   </script>

MORE INFORMATION

In order to know the further details, please go to the web address (https://exportfilebyjqueryaspnet.codeplex.com/) and (https://jqueryunifiedexportfile.codeplex.com/)

About

jQuery Export File

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published